diff options
author | Roel Spilker <r.spilker@gmail.com> | 2009-12-01 23:23:35 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2009-12-01 23:31:12 +0100 |
commit | 2aebaff46026dbfa447fd7454472e88c41dc8103 (patch) | |
tree | 609c69c3cd5277e861315a2b23deb86a8e5c2de9 /test/pretty/resource/after/WithComments.java | |
parent | 2a56f341d0073099859db815caf9d455f74e6198 (diff) | |
download | lombok-2aebaff46026dbfa447fd7454472e88c41dc8103.tar.gz lombok-2aebaff46026dbfa447fd7454472e88c41dc8103.tar.bz2 lombok-2aebaff46026dbfa447fd7454472e88c41dc8103.zip |
Moved test resource files to a better matching location
Diffstat (limited to 'test/pretty/resource/after/WithComments.java')
-rw-r--r-- | test/pretty/resource/after/WithComments.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/pretty/resource/after/WithComments.java b/test/pretty/resource/after/WithComments.java new file mode 100644 index 00000000..e4f078aa --- /dev/null +++ b/test/pretty/resource/after/WithComments.java @@ -0,0 +1,5 @@ +// Cool Comments +public class WithComments { + // Also inside the body +// On start of line +}
\ No newline at end of file |