(no commit message)
[utils] / security / usermgt / src / test / java / org / wamblee / security / authentication / UsermgtTestUtils.java
index c1dedaa44ae0aba983bfcaffe2f8f76958453260..0e8f1095b10408c70de68cd12b172c25106a31ee 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.security.authentication;
 
 import org.wamblee.security.authentication.Group;
@@ -20,8 +20,6 @@ import org.wamblee.security.authentication.RegexpNameValidator;
 import org.wamblee.security.authentication.User;
 import org.wamblee.security.authentication.UserMgtException;
 import org.wamblee.security.authentication.UserMgtException.Reason;
-import org.wamblee.security.encryption.Md5HexMessageDigester;
-
 
 /**
  * User management test utilities.
@@ -57,7 +55,7 @@ public class UsermgtTestUtils {
             RegexpNameValidator.PASSWORD_PATTERN, Reason.INVALID_PASSWORD,
             "Password must be at least 6 chars"), new Md5HexMessageDigester());
         user.addGroup(aGroup);
-        return user; 
+        return user;
     }
 
     public static void addUserToGroup(User aUser, Group aGroup)