Jelajahi Sumber

Resolve imports.

Ben Alex 19 tahun lalu
induk
melakukan
22183648b3

+ 5 - 4
core-tiger/src/test/java/org/acegisecurity/annotation/MethodDefinitionSourceEditorTigerTests.java

@@ -15,6 +15,9 @@
 
 
 package org.acegisecurity.annotation;
 package org.acegisecurity.annotation;
 
 
+import java.lang.reflect.AccessibleObject;
+import java.lang.reflect.Method;
+
 import junit.framework.TestCase;
 import junit.framework.TestCase;
 
 
 import org.acegisecurity.ConfigAttributeDefinition;
 import org.acegisecurity.ConfigAttributeDefinition;
@@ -25,12 +28,10 @@ import org.acegisecurity.PersonServiceImpl;
 import org.acegisecurity.SecurityConfig;
 import org.acegisecurity.SecurityConfig;
 import org.acegisecurity.Service;
 import org.acegisecurity.Service;
 import org.acegisecurity.ServiceImpl;
 import org.acegisecurity.ServiceImpl;
-
+import org.acegisecurity.intercept.method.MethodDefinitionMap;
+import org.acegisecurity.intercept.method.MethodDefinitionSourceEditor;
 import org.aopalliance.intercept.MethodInvocation;
 import org.aopalliance.intercept.MethodInvocation;
 
 
-import java.lang.reflect.AccessibleObject;
-import java.lang.reflect.Method;
-
 
 
 /**
 /**
  * Extra tests to demonstrate generics behaviour with <code>MethodDefinitionMap</code>.
  * Extra tests to demonstrate generics behaviour with <code>MethodDefinitionMap</code>.