diff options
author | wisberg <wisberg> | 2003-02-13 05:51:35 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-02-13 05:51:35 +0000 |
commit | 1b3d8dec76418f78141e33b7f444a39a9273111e (patch) | |
tree | 62dede29dfde5e60760f930cb4ae74eaf43f865e /util | |
parent | ee8c84d2dcedcb0e7b432fc4a6ca3aba66bfdac5 (diff) | |
download | aspectj-1b3d8dec76418f78141e33b7f444a39a9273111e.tar.gz aspectj-1b3d8dec76418f78141e33b7f444a39a9273111e.zip |
resolving unused-imports warnings
Diffstat (limited to 'util')
-rw-r--r-- | util/src/org/aspectj/util/FuzzyBoolean.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/src/org/aspectj/util/FuzzyBoolean.java b/util/src/org/aspectj/util/FuzzyBoolean.java index adb66bb41..eccb74dbf 100644 --- a/util/src/org/aspectj/util/FuzzyBoolean.java +++ b/util/src/org/aspectj/util/FuzzyBoolean.java @@ -14,8 +14,6 @@ package org.aspectj.util; -import java.util.*; - /** This class implements boolean that include a "maybe" */ |