diff options
author | DushyantSinghThakur <dt00503496@techmahindra.com> | 2018-08-21 17:18:17 +0530 |
---|---|---|
committer | DushyantSinghThakur <dt00503496@techmahindra.com> | 2018-08-21 17:18:17 +0530 |
commit | 1421f2184083d5bfccb4cb0c2ad19135315138cc (patch) | |
tree | 6180d22f78ebd257dec6b663bf766d0fc20fd648 | |
parent | fea469456cf7ed99248613759d83c2aeb67185fe (diff) |
Removing commented line
comment line removed from the code
Sonar Link:
https://sonar.onap.org/project/issues?assignees=dthakur&id=org.onap.dmaap.messagerouter.msgrtr%3Amsgrtr&resolved=false
Location:
src/main/java/com/att/dmf/mr/backends/ConsumerFactory.java
Line No-94
Change-Id: I008fb535684a011a628c80c3a69f05f01adbcf79
Issue-ID: DMAAP-622
Signed-off-by: DushyantSinghThakur <dt00503496@techmahindra.com>
-rw-r--r-- | src/main/java/com/att/dmf/mr/backends/ConsumerFactory.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/com/att/dmf/mr/backends/ConsumerFactory.java b/src/main/java/com/att/dmf/mr/backends/ConsumerFactory.java index 0b684fe..55e0645 100644 --- a/src/main/java/com/att/dmf/mr/backends/ConsumerFactory.java +++ b/src/main/java/com/att/dmf/mr/backends/ConsumerFactory.java @@ -90,8 +90,7 @@ public interface ConsumerFactory { * @return * @throws UnavailableException */ - //public Consumer getConsumerFor(String topic, String consumerGroupId, - // String clientId, int timeoutMs) throws UnavailableException; + /** * For factories that employ a caching mechanism, this allows callers to |