(no commit message)
[utils] / security / impl / src / main / java / org / wamblee / security / authorization / UrlAuthorizationRule.java
index adeb93c157f0ebaa9522e20ef1fd01cabbcaf9e9..71fcac78faca8b1b4f4acaeeb7c10e002e4241f9 100644 (file)
@@ -17,12 +17,12 @@ package org.wamblee.security.authorization;
 
 import org.apache.log4j.Logger;
 
-import org.wamblee.persistence.AbstractPersistent;
 import static org.wamblee.security.authorization.AuthorizationResult.DENIED;
 import static org.wamblee.security.authorization.AuthorizationResult.GRANTED;
 import static org.wamblee.security.authorization.AuthorizationResult.UNDECIDED;
 import static org.wamblee.security.authorization.AuthorizationResult.UNSUPPORTED_RESOURCE;
 
+import org.wamblee.security.AbstractPersistent;
 import org.wamblee.usermgt.User;
 
 /**