Format Java code with respect to ONAP Code Style
[externalapi/nbi.git] / src / main / java / org / onap / nbi / apis / serviceorder / model / ActionType.java
index 7cf4a06..9df2b4d 100644 (file)
@@ -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;
     }
 }
-