AAI-1523 Batch reformat aai-core
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / restcore / HttpMethod.java
index 54215d6..c6b5947 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.onap.aai.restcore;
 
 /**
  * The Enum HttpMethod.
  */
 public enum HttpMethod {
-       PUT,
-       MERGE_PATCH,
-       DELETE,
-       PUT_EDGE,
-       DELETE_EDGE,
-       GET,
-    GET_RELATIONSHIP;
+    PUT, MERGE_PATCH, DELETE, PUT_EDGE, DELETE_EDGE, GET, GET_RELATIONSHIP;
 }