diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-07-27 23:25:37 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-11-16 22:18:29 +0100 |
commit | 9cfac4131ff33b247652ed3622491cbf8bf76721 (patch) | |
tree | c1f31d3577a308ea7b76bc847c73b2c40fc11333 /test/transform/resource/after-delombok/ValWithLocalClasses.java | |
parent | ff4f995507d23c1c9172de2f5fffaf0bfb6cf1ec (diff) | |
download | lombok-9cfac4131ff33b247652ed3622491cbf8bf76721.tar.gz lombok-9cfac4131ff33b247652ed3622491cbf8bf76721.tar.bz2 lombok-9cfac4131ff33b247652ed3622491cbf8bf76721.zip |
The bulk of the effort for a new pretty printer.
Diffstat (limited to 'test/transform/resource/after-delombok/ValWithLocalClasses.java')
-rw-r--r-- | test/transform/resource/after-delombok/ValWithLocalClasses.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/transform/resource/after-delombok/ValWithLocalClasses.java b/test/transform/resource/after-delombok/ValWithLocalClasses.java index b739b10e..6487eb82 100644 --- a/test/transform/resource/after-delombok/ValWithLocalClasses.java +++ b/test/transform/resource/after-delombok/ValWithLocalClasses.java @@ -1,6 +1,6 @@ class ValWithLocalClasses1 { { - final ValWithLocalClasses2 f2 = new ValWithLocalClasses2(){ + final ValWithLocalClasses2 f2 = new ValWithLocalClasses2() { }; } } |