diff options
Diffstat (limited to 'src/core/lombok/extern/slf4j/Log.java')
-rw-r--r-- | src/core/lombok/extern/slf4j/Log.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/lombok/extern/slf4j/Log.java b/src/core/lombok/extern/slf4j/Log.java index 306ade16..5431847a 100644 --- a/src/core/lombok/extern/slf4j/Log.java +++ b/src/core/lombok/extern/slf4j/Log.java @@ -69,8 +69,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; } |