aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2017-09-18 23:19:25 +0200
committerRoel Spilker <r.spilker@gmail.com>2017-09-18 23:19:25 +0200
commitafb1fb88883d4b3707de3b97fb44253a725437b7 (patch)
tree2a2ce1a1cd10d5b18cb1fadbf21aaa0dcff7435f /src/core/lombok/javac/handlers
parent4597e069dc926ed2f0e147fd0cdbc51e1edc7c23 (diff)
downloadlombok-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.java4
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.
*/