Search service configurable index settings
[aai/search-data-service.git] / src / main / java / org / onap / aai / sa / searchdbabstraction / searchapi / SuggestionStatement.java
index 69cddb0..2002748 100644 (file)
@@ -20,9 +20,8 @@
  */
 package org.onap.aai.sa.searchdbabstraction.searchapi;
 
-import org.radeox.util.logging.Logger;
-
 import com.fasterxml.jackson.annotation.JsonProperty;
+import org.radeox.util.logging.Logger;
 
 /**
  * This class represents the structure of a search statement.
@@ -68,8 +67,8 @@ public class SuggestionStatement {
     }
 
     /**
-     * This method returns a string which represents this statement in syntax that is understandable
-     * by ElasticSearch and is suitable for inclusion in an ElasticSearch query string.
+     * This method returns a string which represents this statement in syntax that is understandable by ElasticSearch
+     * and is suitable for inclusion in an ElasticSearch query string.
      *
      * @return - ElasticSearch syntax string.
      */