Sonar major issues 29/63429/1
authorSumapriya Sarvepalli <ss00493505@techmahindra.com>
Wed, 29 Aug 2018 09:52:18 +0000 (15:22 +0530)
committerSumapriya Sarvepalli <ss00493505@techmahindra.com>
Wed, 29 Aug 2018 09:52:18 +0000 (15:22 +0530)
 This block of commented-out lines of code should be removed
Sonar Link:
https://sonar.onap.org/project/issues?assignees=sumapriya&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-VafW32hFUzlqc5ra&resolved=false&severities=MAJOR
Location:
src/main/java/com/att/dmf/mr/metabroker/Topic.java
Line No:L42 L46 L51

Change-Id: I83778588cab9144217b64c88daf8996621ef14b6
Issue-ID: DMAAP-669
Signed-off-by: Sumapriya Sarvepalli <ss00493505@techmahindra.com>
src/main/java/com/att/dmf/mr/metabroker/Topic.java

index 422a2cc..d191070 100644 (file)
@@ -39,16 +39,16 @@ public interface Topic extends ReadWriteSecuredResource
         *
         *//*
        public class AccessDeniedException extends Exception
-       {       
+       
                *//**
                 * AccessDenied Description
                 *//*
-               public AccessDeniedException () { super ( "Access denied." ); } 
+               
                *//**
                 * AccessDenied Exception for the user while authenticating the user request
                 * @param user
                 *//*
-               public AccessDeniedException ( String user ) { super ( "Access denied for " + user ); } 
+               
                private static final long serialVersionUID = 1L;
        }*/