Merge "Sonar Fix: Marked field as private"
authorThomas Nelson <nelson24@att.com>
Tue, 16 Jul 2019 14:43:57 +0000 (14:43 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 16 Jul 2019 14:43:57 +0000 (14:43 +0000)
src/main/java/org/onap/music/datastore/jsonobjects/JsonDelete.java

index 7ea691f..8312e63 100644 (file)
@@ -304,8 +304,8 @@ public class JsonDelete {
     }
    
     private class RowIdentifier {
-       public String primarKeyValue;
-       public StringBuilder rowIdString;
+       private String primarKeyValue;
+       private StringBuilder rowIdString;
        @SuppressWarnings("unused")
        public PreparedQueryObject queryObject; // the string with all the row
                                                // identifiers separated by AND