Reformat catalog-fe
[sdc.git] / catalog-fe / src / main / java / org / openecomp / sdc / fe / impl / CrudOperation.java
index 133e881..5e84bc2 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
-
 package org.openecomp.sdc.fe.impl;
 
-public enum CrudOperation {
-
-    CREATE, RETRIEVE, UPDATE, DELETE
-}
+public enum CrudOperation {CREATE, RETRIEVE, UPDATE, DELETE}