Fix file formatting issues
[aai/search-data-service.git] / src / main / java / org / onap / aai / sa / searchdbabstraction / searchapi / AbstractAggregation.java
index 80b4704..29be5ea 100644 (file)
@@ -22,7 +22,6 @@ package org.onap.aai.sa.searchdbabstraction.searchapi;
 
 import com.fasterxml.jackson.annotation.JsonProperty;
 
-
 /**
  * This is the common parent from which all aggregation types inherit. It defines the common fields that all
  * aggregations must include.
@@ -73,5 +72,4 @@ public abstract class AbstractAggregation {
 
     public abstract String toElasticSearch();
 
-    public abstract String toString();
 }