Format Java code with respect to ONAP Code Style
[externalapi/nbi.git] / src / main / java / org / onap / nbi / apis / serviceorder / model / SeverityMessage.java
index be6836f..fcc5dc6 100755 (executable)
@@ -33,8 +33,8 @@
  * or implied. See the License for the specific language governing permissions and limitations under
  * the License.
  */
-package org.onap.nbi.apis.serviceorder.model;
 
+package org.onap.nbi.apis.serviceorder.model;
 
 import com.fasterxml.jackson.annotation.JsonCreator;
 import com.fasterxml.jackson.annotation.JsonValue;
@@ -75,4 +75,3 @@ public enum SeverityMessage {
     }
 
 }
-