re base code
[sdc.git] / catalog-be / src / main / java / org / openecomp / sdc / be / components / distribution / engine / EnvironmentMessageBusData.java
index d3937a4..67977b6 100644 (file)
@@ -1,10 +1,10 @@
 package org.openecomp.sdc.be.components.distribution.engine;
 
+import org.openecomp.sdc.be.resources.data.OperationalEnvironmentEntry;
+
 import java.util.ArrayList;
 import java.util.List;
 
-import org.openecomp.sdc.be.resources.data.OperationalEnvironmentEntry;
-
 /**
  * a pojo which holds all the necessary data to communicate with the message bus
  * this class is a reflection ot the {@link OperationalEnvironmentEntry} class