Format Java code with respect to ONAP Code Style
[externalapi/nbi.git] / src / main / java / org / onap / nbi / apis / serviceorder / model / RelationshipType.java
index 93c5006..4891bec 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;
 
 /*
@@ -36,7 +37,6 @@ package org.onap.nbi.apis.serviceorder.model;
  * the License.
  */
 
-
 import com.fasterxml.jackson.annotation.JsonCreator;
 import com.fasterxml.jackson.annotation.JsonValue;
 
@@ -73,5 +73,3 @@ public enum RelationshipType {
         return this.value;
     }
 }
-
-