re base code
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / components / utils / PropertyDataDefinitionAbstractBuilder.java
index 94ad42c..9d5d71d 100644 (file)
@@ -1,11 +1,11 @@
 package org.openecomp.sdc.be.components.utils;
 
-import java.util.ArrayList;
-
 import org.openecomp.sdc.be.datatypes.elements.GetInputValueDataDefinition;
 import org.openecomp.sdc.be.datatypes.elements.PropertyDataDefinition;
 import org.openecomp.sdc.be.datatypes.elements.SchemaDefinition;
 
+import java.util.ArrayList;
+
 public abstract class PropertyDataDefinitionAbstractBuilder<B extends PropertyDataDefinition, T extends PropertyDataDefinitionAbstractBuilder<B, T>> {
 
     B propertyDefinition;