re base code
[sdc.git] / test-apis-ci / src / main / java / org / openecomp / sdc / ci / tests / execute / resource / CheckGetResource.java
index 85dfe4e..6bae08b 100644 (file)
 
 package org.openecomp.sdc.ci.tests.execute.resource;
 
+import fj.data.Either;
 import org.openecomp.sdc.be.model.Resource;
 import org.openecomp.sdc.ci.tests.datatypes.http.RestResponse;
 import org.openecomp.sdc.ci.tests.utils.rest.ResourceRestUtils;
 import org.openecomp.sdc.ci.tests.utils.rest.ResponseParser;
 import org.openecomp.sdc.common.util.SerializationUtils;
 
-import fj.data.Either;
-
 public class CheckGetResource {
 
        public void checkGetVmmsc6() throws Exception {