diff options
author | Roel Spilker <r.spilker@gmail.com> | 2017-09-18 23:19:25 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2017-09-18 23:19:25 +0200 |
commit | afb1fb88883d4b3707de3b97fb44253a725437b7 (patch) | |
tree | 2a2ce1a1cd10d5b18cb1fadbf21aaa0dcff7435f /src/core/lombok/javac/handlers | |
parent | 4597e069dc926ed2f0e147fd0cdbc51e1edc7c23 (diff) | |
download | lombok-afb1fb88883d4b3707de3b97fb44253a725437b7.tar.gz lombok-afb1fb88883d4b3707de3b97fb44253a725437b7.tar.bz2 lombok-afb1fb88883d4b3707de3b97fb44253a725437b7.zip |
Rename class in test file
Diffstat (limited to 'src/core/lombok/javac/handlers')
-rw-r--r-- | src/core/lombok/javac/handlers/JavacHandlerUtil.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/lombok/javac/handlers/JavacHandlerUtil.java b/src/core/lombok/javac/handlers/JavacHandlerUtil.java index b4dcb097..23206b43 100644 --- a/src/core/lombok/javac/handlers/JavacHandlerUtil.java +++ b/src/core/lombok/javac/handlers/JavacHandlerUtil.java @@ -1220,7 +1220,9 @@ public class JavacHandlerUtil { /** * Generates a new statement that checks if the given variable is null, and if so, throws a configured exception with the - * variable name as message. This is a special case method reserved for use when the provided declaration differs from the + * variable name as message. + * + * This is a special case method reserved for use when the provided declaration differs from the * variable's declaration, i.e. in a constructor or setter where the local parameter is named the same but with the prefix * stripped as a result of @Accessors.prefix. */ |