diff options
author | zaaarf <zaaarf@proton.me> | 2023-03-15 19:44:36 +0100 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-03-15 19:44:36 +0100 |
commit | d93f9388e80af18ef1729c1ff47eaa7f88bf00fc (patch) | |
tree | 7d1bd2ab7c038bd61a589472092cefdcd9f7dad6 /src/main/java/ftbsc/lll/processor/annotations | |
parent | f4b43e77beb5f39f3043c451d0b36467a590e06c (diff) |
fix: override packageprivate, minor fixes in ObfuscationMapper
Diffstat (limited to 'src/main/java/ftbsc/lll/processor/annotations')
-rw-r--r-- | src/main/java/ftbsc/lll/processor/annotations/Target.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/ftbsc/lll/processor/annotations/Target.java b/src/main/java/ftbsc/lll/processor/annotations/Target.java index 38477d1..99b8552 100644 --- a/src/main/java/ftbsc/lll/processor/annotations/Target.java +++ b/src/main/java/ftbsc/lll/processor/annotations/Target.java @@ -21,7 +21,7 @@ public @interface Target { * When set to false, tells the processor to first try to match a single method by name, * and to only check parameters if further clarification is needed. * @implNote While non-strict mode is more computationally efficient, it's ultimately not - * relevant, as it only matters at compile time. Do not set this to true unless + * relevant, as it only matters at compile time. Do not set this to false unless * you are sure know what you're doing. * @since 0.3.0 */ |