(no commit message)
[utils] / security / usermgt / src / test / java / org / wamblee / security / authentication / UsermgtTestUtils.java
index 234ed2664b13731a170f3f11cc385a8676ce272c..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;
@@ -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)