Replaced all tabs with spaces in java and pom.xml
[so.git] / common / src / main / java / org / onap / so / serviceinstancebeans / InstanceDirection.java
index ad796b2..2e65919 100644 (file)
@@ -22,8 +22,7 @@ package org.onap.so.serviceinstancebeans;
 
 public enum InstanceDirection {
 
-    source,
-    destination;
+    source, destination;
 
     public String value() {
         return name();