AAI-1523 Batch reformat aai-core
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / db / props / AAIProperties.java
index 6b4035c..a0f6d77 100644 (file)
@@ -19,6 +19,7 @@
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
+
 package org.onap.aai.db.props;
 
 public class AAIProperties {
@@ -34,9 +35,9 @@ public class AAIProperties {
     public static final String LINKED = "linked";
     public static final String DB_ALIAS_SUFFIX = "-local";
     public static final String AAI_UUID = "aai-uuid";
-    
+
     private AAIProperties() {
-        
+
     }
 
 }