diff options
author | aclement <aclement> | 2005-05-04 14:57:22 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-05-04 14:57:22 +0000 |
commit | d319c1a89fce5bc0d01e6ee7f412784a55eed1f7 (patch) | |
tree | b4a467e33fe80a5414f3556ca6188abddae7ba47 /tests/bugs | |
parent | 2679e77604bf50748ec715206258dd8a3586fb87 (diff) | |
download | aspectj-d319c1a89fce5bc0d01e6ee7f412784a55eed1f7.tar.gz aspectj-d319c1a89fce5bc0d01e6ee7f412784a55eed1f7.zip |
sorted out the blank lines so the messages will line up with their expected locations!
Diffstat (limited to 'tests/bugs')
-rw-r--r-- | tests/bugs/seven/lint/Main.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bugs/seven/lint/Main.java b/tests/bugs/seven/lint/Main.java index 20d0fc242..24aa38b3e 100644 --- a/tests/bugs/seven/lint/Main.java +++ b/tests/bugs/seven/lint/Main.java @@ -12,7 +12,6 @@ * Oliver Boehm initial implementation */ - import java.io.Serializable; import org.aspectj.lang.annotation.SuppressAjWarnings; |