Merge "sonar fix"
authorJonathan Gathman <jonathan.gathman@att.com>
Fri, 31 Aug 2018 19:10:03 +0000 (19:10 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 31 Aug 2018 19:10:03 +0000 (19:10 +0000)
cadi/core/src/main/java/org/onap/aaf/cadi/PropAccess.java

index 5e00156..6a932c4 100644 (file)
@@ -40,7 +40,7 @@ public class PropAccess implements Access {
        // Sonar says cannot be static... it's ok.  not too many PropAccesses created.
        private final SimpleDateFormat iso8601 = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ");
 
-       public static Level DEFAULT = Level.AUDIT;
+       public static final Level DEFAULT = Level.AUDIT;
        
        private Symm symm;
        private int level;