re base code
[sdc.git] / services / activity-spec / activity-spec-web / activity-spec-service / src / main / java / org / onap / sdc / activityspec / be / ActivitySpecManager.java
index 6c1a4d0..6ebefd2 100644 (file)
 
 package org.onap.sdc.activityspec.be;
 
-import java.util.Collection;
-
 import org.onap.sdc.activityspec.api.rest.types.ActivitySpecAction;
 import org.onap.sdc.activityspec.be.dao.types.ActivitySpecEntity;
 import org.openecomp.sdc.versioning.types.Item;
 
+import java.util.Collection;
+
 public interface ActivitySpecManager {
 
     ActivitySpecEntity createActivitySpec(ActivitySpecEntity activitySpecEntity);