private method was declared final 43/33043/2
authorMunir Ahmad <munir.ahmad@bell.ca>
Tue, 27 Feb 2018 01:35:19 +0000 (20:35 -0500)
committerSeshu Kumar M <seshu.kumar.m@huawei.com>
Mon, 5 Mar 2018 14:46:56 +0000 (14:46 +0000)
Change-Id: Iefcec21e50e034384ba5eb3297317e21d71fcb09
Issue-ID: SO-437
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
asdc-controller/src/main/java/org/openecomp/mso/asdc/util/NotificationLogging.java

index 126114d..bbf8fe6 100644 (file)
@@ -107,7 +107,7 @@ public class NotificationLogging implements InvocationHandler {
                return buffer.toString();
        }
        
-       private static final boolean isGetter(Method method) {
+       private static boolean isGetter(Method method) {
 
                // Must start with a valid (and known) prefix
                boolean prefixFound = false;