(no commit message)
[utils] / security / usermgt / src / test / java / org / wamblee / security / authorization / TestUserAccessor.java
index 7ff738dfeef4606268aa3097443c7275a3e7abbe..e4cc232e2580986aa7986473da32b53b0e9b65c2 100644 (file)
@@ -17,12 +17,12 @@ package org.wamblee.security.authorization;
 
 import org.wamblee.security.authentication.InMemoryGroupSet;
 import org.wamblee.security.authentication.InMemoryUserSet;
+import org.wamblee.security.authentication.Md5HexMessageDigester;
 import org.wamblee.security.authentication.RegexpNameValidator;
 import org.wamblee.security.authentication.UserAccessor;
 import org.wamblee.security.authentication.UserAdministration;
 import org.wamblee.security.authentication.UserAdministrationImpl;
 import org.wamblee.security.authentication.UserMgtException.Reason;
-import org.wamblee.security.encryption.Md5HexMessageDigester;
 
 
 /**