X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fusermgt%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2FUsermgtTestUtils.java;h=0e8f1095b10408c70de68cd12b172c25106a31ee;hb=3e8de23e00da80d5506c750a28e7d25f261eda92;hp=c1dedaa44ae0aba983bfcaffe2f8f76958453260;hpb=9449ea0f360f6e9c14057db57f3ee0bfba947ab4;p=utils diff --git a/security/usermgt/src/test/java/org/wamblee/security/authentication/UsermgtTestUtils.java b/security/usermgt/src/test/java/org/wamblee/security/authentication/UsermgtTestUtils.java index c1dedaa4..0e8f1095 100644 --- a/security/usermgt/src/test/java/org/wamblee/security/authentication/UsermgtTestUtils.java +++ b/security/usermgt/src/test/java/org/wamblee/security/authentication/UsermgtTestUtils.java @@ -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)