diff options
author | Philipp Eichhorn <peichhor@web.de> | 2011-05-28 19:34:34 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-05-28 19:34:34 +0200 |
commit | 21cfb45696126c185ab0fcb2fd863eaf711ab6d9 (patch) | |
tree | 0992d07d340cd7ec546662d8fbb2a47dde0a9322 /test/pretty/resource/after | |
parent | 489f506ba1f9ec99892797a912867322ea7d6478 (diff) | |
download | lombok-21cfb45696126c185ab0fcb2fd863eaf711ab6d9.tar.gz lombok-21cfb45696126c185ab0fcb2fd863eaf711ab6d9.tar.bz2 lombok-21cfb45696126c185ab0fcb2fd863eaf711ab6d9.zip |
delombok would put copyright headers in between the 'package' keyword and the actual package.
See discussion at https://groups.google.com/d/topic/project-lombok/64zuUlLnVMc/discussion
Diffstat (limited to 'test/pretty/resource/after')
-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 index e4f078aa..2919ba4c 100644 --- a/test/pretty/resource/after/WithComments.java +++ b/test/pretty/resource/after/WithComments.java @@ -1,3 +1,8 @@ +/* +Try out pretty comments. + */ +package test; + // Cool Comments public class WithComments { // Also inside the body |