Adding back-end support for UI filters
[aai/sparky-be.git] / src / test / java / org / onap / aai / sparky / dal / sas / entity / HitEntity.java
index 755e903..2340c0d 100644 (file)
@@ -30,7 +30,7 @@ public class HitEntity {
   private DocumentEntity document;
 
   public String getScore() {
-    return score; 
+    return score;
   }
 
   public void setScore(String score) {