Sonar majior issues 98/76098/1
authorSurendra Reddy Katam <SK00524980@techmahindra.com>
Tue, 22 Jan 2019 06:15:53 +0000 (11:45 +0530)
committerSurendra Reddy Katam <SK00524980@techmahindra.com>
Tue, 22 Jan 2019 06:15:53 +0000 (11:45 +0530)
 This block of commented-out lines of code should be removed
Sonar Link:
https://sonar.onap.org/project/issues?id=org.onap.dmaap.messagerouter.dmaapclient%3AdmaapClient&open=AV4-MbTp32hFUzlqc5gO&resolved=false&severities=MAJOR
Location:
src/main/java/org/onap/dmaap/mr/test/clients/SimpleExampleConsumer.java
Line No-65

Change-Id: I19cca700779fd8ee86bf24f618f3c189eaad9438
Issue-ID: DMAAP-982
Signed-off-by: Surendra Reddy Katam <SK00524980@techmahindra.com>
src/main/java/org/onap/dmaap/mr/test/clients/SimpleExampleConsumer.java

index a7f283c..a5c0c3a 100644 (file)
@@ -62,7 +62,7 @@ public class SimpleExampleConsumer {
                                Thread.sleep(2);
                                i++;
                                for (String msg : cc.fetch()) {
-                                       // System.out.println ( "" + (++count) + ": " + msg );
+                               
                                        System.out.println(msg);
                                }