diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-11-03 00:42:32 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-11-03 00:42:32 +0100 |
commit | d9ba2a191ac71e7d8689f1ad0e99160b1c8dae3d (patch) | |
tree | f7b11103f82bf496beca40854520c8b47dc4bf93 /test/pretty/resource | |
parent | 6e2924bcf2ceb390c0f8c712e8ee9c4428173ded (diff) | |
download | lombok-d9ba2a191ac71e7d8689f1ad0e99160b1c8dae3d.tar.gz lombok-d9ba2a191ac71e7d8689f1ad0e99160b1c8dae3d.tar.bz2 lombok-d9ba2a191ac71e7d8689f1ad0e99160b1c8dae3d.zip |
big changes to delombok to prep for resolution, when sourcepath and classpath are relevant, and the flow needs to be parse all, then enter all, then transform all, instead of parse->enter->transform sequentially for each file in isolation.
Diffstat (limited to 'test/pretty/resource')
-rw-r--r-- | test/pretty/resource/before/Annotation.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pretty/resource/before/Annotation.java b/test/pretty/resource/before/Annotation.java index edd1a5e7..24868acd 100644 --- a/test/pretty/resource/before/Annotation.java +++ b/test/pretty/resource/before/Annotation.java @@ -1,3 +1,4 @@ +//ignore @SuppressWarnings("all") class Annotation { @Override |