aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/transform/resource/after-delombok/ToStringExplicitIncludeConf.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/transform/resource/after-delombok/ToStringExplicitIncludeConf.java b/test/transform/resource/after-delombok/ToStringExplicitIncludeConf.java
index a1bd8ed9..c4962ed8 100644
--- a/test/transform/resource/after-delombok/ToStringExplicitIncludeConf.java
+++ b/test/transform/resource/after-delombok/ToStringExplicitIncludeConf.java
@@ -4,6 +4,6 @@ class ToStringExplicitIncludeConf {
@java.lang.Override
@java.lang.SuppressWarnings("all")
public java.lang.String toString() {
- return "ToStringExplicitIncludeConf(" + this.y + ")";
+ return "ToStringExplicitIncludeConf(y=" + this.y + ")";
}
}