AAI-1523 Batch reformat aai-core
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / introspection / tools / Severity.java
index 5e48bcc..5cc56cc 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.onap.aai.introspection.tools;
 
 public enum Severity {
-       WARNING,
-       ERROR,
-       CRITICAL
+    WARNING, ERROR, CRITICAL
 }