Catalog alignment
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / components / impl / exceptions / ComponentExceptionTest.java
index f41e689..95e5c99 100644 (file)
 
 package org.openecomp.sdc.be.components.impl.exceptions;
 
-import static org.junit.Assert.assertArrayEquals;
-import static org.junit.Assert.assertEquals;
-
 import org.junit.Test;
 import org.openecomp.sdc.be.dao.api.ActionStatus;
 import org.openecomp.sdc.exception.ResponseFormat;
 
+import static org.junit.Assert.assertArrayEquals;
+import static org.junit.Assert.assertEquals;
+
 public class ComponentExceptionTest {
 
        private static final String[] PARAMS = {"param1", "param2"};