sonar major issue for commented-out lines 27/46127/1
authorSahani Ravindrana Naik <sn00552219@techmahindra.com>
Fri, 4 May 2018 04:22:59 +0000 (09:52 +0530)
committerSahani Ravindrana Naik <sn00552219@techmahindra.com>
Fri, 4 May 2018 04:22:59 +0000 (09:52 +0530)
This block of commented-out lines of code should be removed
Sonar Link:
https://sonar.onap.org/project/issues?assignees=Sahani_Naik&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr
Location:
src/main/java/com/att/nsa/cambria/backends/Consumer.java
Line No-78

Change-Id: Id70b6f40b95917690ac78f1cc387cd779cfe3d6a
Issue-ID: DMAAP-459
Signed-off-by: Sahani Ravindrana Naik <sn00552219@techmahindra.com>
src/main/java/com/att/nsa/cambria/backends/Consumer.java

index f1b43c2..d4946ba 100644 (file)
@@ -75,7 +75,7 @@ public interface Consumer
         * @param atOffset start with the next message at or after atOffset. -1 means next from last request
         * @return the next message, or null if none are waiting
         */
-//     Message nextMessage ( long atOffset );
+
 
        /**
         * Close/clean up this consumer