From 21cfb45696126c185ab0fcb2fd863eaf711ab6d9 Mon Sep 17 00:00:00 2001 From: Philipp Eichhorn Date: Sat, 28 May 2011 19:34:34 +0200 Subject: 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 --- test/pretty/resource/after/WithComments.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/pretty/resource/after') 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 -- cgit