Fix checkstyle issues to enforce it
[aaa.git] / aaa-shiro / impl / src / test / java / org / opendaylight / aaa / shiro / filters / AuthenticationTokenUtilsTest.java
index 461283cdd476a07e4b0d3396fb4f4dff726ac8c7..cf462590d85386acc9c50bc4582122d6a08b5e40 100644 (file)
@@ -8,7 +8,9 @@
 
 package org.opendaylight.aaa.shiro.filters;
 
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertTrue;
 
 import org.apache.shiro.authc.AuthenticationToken;
 import org.apache.shiro.authc.UsernamePasswordToken;