Adding support for external microservice
[aai/data-router.git] / src / main / java / org / openecomp / datarouter / policy / EntityEventPolicyConfig.java
index 8e14be1..4728f82 100644 (file)
@@ -118,12 +118,12 @@ public class EntityEventPolicyConfig {
   public void setSearchKeystorePwd(String searchKeystorePwd) {
     this.searchKeystorePwd = searchKeystorePwd;
   }
-
-public String getSearchAggregationVnfIndex() {
-    return searchAggregationVnfIndex;
-}
-
-public void setSearchAggregationVnfIndex(String searchAggregationVnfIndex) {
-    this.searchAggregationVnfIndex = searchAggregationVnfIndex;
-}
+  
+  public String getSearchAggregationVnfIndex() {
+      return searchAggregationVnfIndex;
+  }
+  
+  public void setSearchAggregationVnfIndex(String searchAggregationVnfIndex) {
+      this.searchAggregationVnfIndex = searchAggregationVnfIndex;
+  }
 }