diff options
author | Roel Spilker <r.spilker@gmail.com> | 2009-11-29 17:28:27 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2009-11-29 17:28:27 +0100 |
commit | 78c1f1da1169522324b69079cb49a91b9e8d7b76 (patch) | |
tree | c42bba7c88e934632abdc1751893d56ac9b5583c /test/lombok/resource/after/CleanupPlain.java | |
parent | 3cf45e932b26f8e96caeecdae570cf7d9cd5e328 (diff) | |
download | lombok-78c1f1da1169522324b69079cb49a91b9e8d7b76.tar.gz lombok-78c1f1da1169522324b69079cb49a91b9e8d7b76.tar.bz2 lombok-78c1f1da1169522324b69079cb49a91b9e8d7b76.zip |
Updated tests for Getter, Setter and Cleanup. Added Synchronized
Diffstat (limited to 'test/lombok/resource/after/CleanupPlain.java')
-rw-r--r-- | test/lombok/resource/after/CleanupPlain.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lombok/resource/after/CleanupPlain.java b/test/lombok/resource/after/CleanupPlain.java index 25c66ced..35d51543 100644 --- a/test/lombok/resource/after/CleanupPlain.java +++ b/test/lombok/resource/after/CleanupPlain.java @@ -1,5 +1,5 @@ import java.io.*; -class Cleanup { +class CleanupPlain { void test() throws Exception { InputStream in = new FileInputStream("in"); try { |