Changes Listed below:
[music.git] / src / main / java / org / onap / music / datastore / PreparedQueryObject.java
index 9b10963..db317eb 100644 (file)
@@ -83,7 +83,7 @@ public class PreparedQueryObject {
         this.consistency = consistency;
     }
 
-    /**
+       /**
      * 
      */
     public PreparedQueryObject() {
@@ -122,7 +122,4 @@ public class PreparedQueryObject {
     public String getQuery() {
         return this.query.toString();
     }
-
-
-
 }