Sonar Major issues 63/66963/1
authorSurendra Reddy Katam <SK00524980@techmahindra.com>
Mon, 17 Sep 2018 11:11:33 +0000 (16:41 +0530)
committerSurendra Reddy Katam <SK00524980@techmahindra.com>
Mon, 17 Sep 2018 11:11:33 +0000 (16:41 +0530)
 This block of commented-out lines of code should be removed

Sonar Link:
https://sonar.onap.org/project/issues?assignees=surendraReddy&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&open=AV4-VaiY32hFUzlqc5u4&resolved=false&severities=MAJOR
Location:
src/main/java/com/att/dmf/mr/security/DMaaPAuthenticatorImpl.java
Line No-47

Change-Id: Id963a5fd2a8e0c75effa58e4aebfaadd916e52bf
Issue-ID: DMAAP-781
Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
src/main/java/com/att/dmf/mr/security/DMaaPAuthenticatorImpl.java

index 1641901..4a83a1c 100644 (file)
@@ -44,7 +44,7 @@ public class DMaaPAuthenticatorImpl<K extends NsaApiKey> implements DMaaPAuthent
 
 
        // Setting timeout to a large value for testing purpose.
-       // private static final long kDefaultRequestTimeWindow = 1000 * 60 * 10; //
+       
        // 10 minutes
        private static final long kDefaultRequestTimeWindow = 1000 * 60 * 10 * 10 * 10 * 10 * 10;