aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-02-13 05:51:35 +0000
committerwisberg <wisberg>2003-02-13 05:51:35 +0000
commit1b3d8dec76418f78141e33b7f444a39a9273111e (patch)
tree62dede29dfde5e60760f930cb4ae74eaf43f865e /util
parentee8c84d2dcedcb0e7b432fc4a6ca3aba66bfdac5 (diff)
downloadaspectj-1b3d8dec76418f78141e33b7f444a39a9273111e.tar.gz
aspectj-1b3d8dec76418f78141e33b7f444a39a9273111e.zip
resolving unused-imports warnings
Diffstat (limited to 'util')
-rw-r--r--util/src/org/aspectj/util/FuzzyBoolean.java2
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"
*/