aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/nbi/apis/serviceorder/model/ActionType.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/onap/nbi/apis/serviceorder/model/ActionType.java')
-rw-r--r--src/main/java/org/onap/nbi/apis/serviceorder/model/ActionType.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/org/onap/nbi/apis/serviceorder/model/ActionType.java b/src/main/java/org/onap/nbi/apis/serviceorder/model/ActionType.java
index 7cf4a06..9df2b4d 100644
--- a/src/main/java/org/onap/nbi/apis/serviceorder/model/ActionType.java
+++ b/src/main/java/org/onap/nbi/apis/serviceorder/model/ActionType.java
@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.onap.nbi.apis.serviceorder.model;
/*
* API ServiceOrder serviceOrder API designed for ONAP Beijing Release. This API is build from TMF
@@ -35,7 +36,6 @@ package org.onap.nbi.apis.serviceorder.model;
* the License.
*/
-
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
@@ -78,4 +78,3 @@ public enum ActionType {
return this.value;
}
}
-