Catalog alignment
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / user / UserAdminValidatorTest.java
index 2198c4b..d5463a1 100644 (file)
 
 package org.openecomp.sdc.be.user;
 
-import static org.hamcrest.core.Is.is;
-import static org.junit.Assert.assertThat;
-
 import org.hamcrest.core.IsNull;
 import org.junit.Test;
 
+import static org.hamcrest.core.Is.is;
+import static org.junit.Assert.assertThat;
+
 public class UserAdminValidatorTest {
 
        @Test