diff options
Diffstat (limited to 'test/transform/resource/after-delombok/ValuePlain.java')
-rw-r--r-- | test/transform/resource/after-delombok/ValuePlain.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/transform/resource/after-delombok/ValuePlain.java b/test/transform/resource/after-delombok/ValuePlain.java index 0cbd8621..cf2c1142 100644 --- a/test/transform/resource/after-delombok/ValuePlain.java +++ b/test/transform/resource/after-delombok/ValuePlain.java @@ -7,11 +7,6 @@ final class Value1 { this.name = name; } @java.lang.SuppressWarnings("all") - private Value1() { - this.x = 0; - this.name = null; - } - @java.lang.SuppressWarnings("all") public int getX() { return this.x; } @@ -56,11 +51,6 @@ class Value2 { this.name = name; } @java.lang.SuppressWarnings("all") - private Value2() { - this.x = 0; - this.name = null; - } - @java.lang.SuppressWarnings("all") public int getX() { return this.x; } @@ -110,10 +100,6 @@ final class Value3 { this.y = y; } @java.lang.SuppressWarnings("all") - private Value3() { - this.y = 0; - } - @java.lang.SuppressWarnings("all") public int getX() { return this.x; } |