diff options
Diffstat (limited to 'src/core/lombok/extern/java/Log.java')
-rw-r--r-- | src/core/lombok/extern/java/Log.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lombok/extern/java/Log.java b/src/core/lombok/extern/java/Log.java index dfa2e2aa..f8cbf03f 100644 --- a/src/core/lombok/extern/java/Log.java +++ b/src/core/lombok/extern/java/Log.java @@ -61,5 +61,5 @@ public @interface Log { /** * Sets the category of the constructed Logger. By default, it will use the type where the annotation is placed. */ - String value() default ""; + String topic() default ""; }
\ No newline at end of file |