mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 17:09:05 +00:00
remove java.awt as a default import in the StandardTypeLocator
This commit is contained in:
-1
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user