aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/extern/apachecommons
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lombok/extern/apachecommons')
-rw-r--r--src/core/lombok/extern/apachecommons/Log.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/lombok/extern/apachecommons/Log.java b/src/core/lombok/extern/apachecommons/Log.java
index 2afc2a6e..4c82a2a7 100644
--- a/src/core/lombok/extern/apachecommons/Log.java
+++ b/src/core/lombok/extern/apachecommons/Log.java
@@ -70,8 +70,6 @@ import java.lang.annotation.Target;
public @interface Log {
/**
* If you do not want to use the annotated class as the logger parameter, you can specify an alternate class here.
- * <br />
- * NB: If {@code void.class} is passed, it will be considered the same as specifying no parameter.
*/
Class<?> value() default void.class;
} \ No newline at end of file