Replaced all tabs with spaces in java and pom.xml
[so.git] / adapters / mso-vfc-adapter / src / test / java / org / onap / so / adapters / vfc / model / RestfulResponseTest.java
index 61ddac2..64f8da6 100644 (file)
@@ -20,7 +20,6 @@
 package org.onap.so.adapters.vfc.model;
 
 import org.junit.Test;
-
 import java.util.HashMap;
 
 public class RestfulResponseTest {
@@ -73,4 +72,4 @@ public class RestfulResponseTest {
         restfulResponse.setResponseContent("responseString");
     }
 
-}
\ No newline at end of file
+}