remove java.awt as a default import in the StandardTypeLocator

This commit is contained in:
Andy Clement
2008-08-16 18:21:03 +00:00
parent a54e442657
commit 1917a50f6f
2 changed files with 2 additions and 4 deletions

View File

@@ -33,7 +33,6 @@ public class StandardTypeLocator implements TypeLocator {
loader = Thread.currentThread().getContextClassLoader();
registerImport("java.lang");
registerImport("java.util");
registerImport("java.awt");
}
// OPTIMIZE I'm sure this *could* be more inefficient if I tried really hard...