Reduce the number of problems in aai-common by removing unused imports
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / util / delta / DeltaAction.java
index 1b1e49a..7db4e83 100644 (file)
 package org.onap.aai.util.delta;
 
 public enum DeltaAction {
-    CREATE,
-    UPDATE,
-    DELETE,
-    CREATE_REL,
-    DELETE_REL,
-    STATIC
+    CREATE, UPDATE, DELETE, CREATE_REL, DELETE_REL, STATIC
 }