aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/ValWithLocalClasses.java
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2015-07-27 23:25:37 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2015-11-16 22:18:29 +0100
commit9cfac4131ff33b247652ed3622491cbf8bf76721 (patch)
treec1f31d3577a308ea7b76bc847c73b2c40fc11333 /test/transform/resource/after-delombok/ValWithLocalClasses.java
parentff4f995507d23c1c9172de2f5fffaf0bfb6cf1ec (diff)
downloadlombok-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.java2
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() {
};
}
}