X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fusermgt%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2FUsermgtTestUtils.java;fp=security%2Fusermgt%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2FUsermgtTestUtils.java;h=0e8f1095b10408c70de68cd12b172c25106a31ee;hb=3e8de23e00da80d5506c750a28e7d25f261eda92;hp=234ed2664b13731a170f3f11cc385a8676ce272c;hpb=db9f2962e5c2fe846dc11292d578e6ca878e6716;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 234ed266..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; @@ -21,7 +21,6 @@ import org.wamblee.security.authentication.User; import org.wamblee.security.authentication.UserMgtException; import org.wamblee.security.authentication.UserMgtException.Reason; - /** * User management test utilities. * @@ -56,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)