re base code
[sdc.git] / catalog-model / src / test / java / org / openecomp / sdc / be / model / GroupDefinitionTest.java
index 58709aa..f8b250d 100644 (file)
@@ -1,12 +1,12 @@
 package org.openecomp.sdc.be.model;
 
-import java.util.LinkedList;
-import java.util.List;
-
 import org.junit.Test;
 import org.openecomp.sdc.be.datatypes.elements.GroupDataDefinition;
 import org.openecomp.sdc.be.datatypes.elements.PropertyDataDefinition;
 
+import java.util.LinkedList;
+import java.util.List;
+
 
 public class GroupDefinitionTest {