AAI-1523 Batch reformat aai-core
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / dbgen / PropertyLimitDesc.java
index 2a1a4c0..1221c6c 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.onap.aai.dbgen;
 
 public enum PropertyLimitDesc {
-       SHOW_NONE,
-       SHOW_ALL,
-       SHOW_NAME_AND_KEYS_ONLY
+    SHOW_NONE, SHOW_ALL, SHOW_NAME_AND_KEYS_ONLY
 }