]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/util/TestPasswordStrengthChecker.java
[EMPTY] Organize all imports
[gigi.git] / tests / org / cacert / gigi / util / TestPasswordStrengthChecker.java
index 5aedb1bf61eddda700ad2e807b1824a102cbf2bd..500cdfd29744f7cf45bc82d0bb93366766dbf017 100644 (file)
@@ -1,10 +1,10 @@
 package org.cacert.gigi.util;
 
+import static org.junit.Assert.*;
+
 import org.cacert.gigi.dbObjects.User;
 import org.junit.Test;
 
-import static org.junit.Assert.*;
-
 public class TestPasswordStrengthChecker {
 
     User u;