taylor 2004/05/03 15:26:14
Modified: src/test/org/apache/jetspeed/services/security/registry
TestSecurityCaching.java
Log:
cleaned up imports
PR:
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.2 +1 -7 jakarta-jetspeed/src/test/org/apache/jetspeed/services/security/registry/TestSecurityCaching.java
Index: TestSecurityCaching.java
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/src/test/org/apache/jetspeed/services/security/registry/TestSecurityCaching.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TestSecurityCaching.java 3 May 2004 22:23:47 -0000 1.1
+++ TestSecurityCaching.java 3 May 2004 22:26:14 -0000 1.2
@@ -15,17 +15,11 @@
*/
package org.apache.jetspeed.services.security.registry;
-import java.util.Vector;
-
import junit.framework.Test;
import junit.framework.TestSuite;
import junit.awtui.TestRunner;
-import org.apache.jetspeed.om.registry.SecurityAccess;
-import org.apache.jetspeed.om.registry.SecurityAllow;
import org.apache.jetspeed.om.registry.SecurityEntry;
-import org.apache.jetspeed.om.registry.base.BaseSecurityAccess;
-import org.apache.jetspeed.om.registry.base.BaseSecurityAllow;
import org.apache.jetspeed.om.registry.base.BaseSecurityEntry;
import org.apache.jetspeed.test.JetspeedTestCase;
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
|