AAI-1523 Batch reformat aai-core
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / dbmap / DBConnectionType.java
index f0b6c14..b100cad 100644 (file)
@@ -17,9 +17,9 @@
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.onap.aai.dbmap;
 
 public enum DBConnectionType {
-       REALTIME,
-       CACHED
+    REALTIME, CACHED
 }