diff options
author | Ram Koya <rk541m@att.com> | 2018-09-11 16:12:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-11 16:12:25 +0000 |
commit | 28ec80929182557165c4c37158036ee49aa71f29 (patch) | |
tree | 7c8b11768fc8ab0602bd5c3412847232441c2919 /src/main/java/com/att/dmf | |
parent | 67bb9a91647b0e05eddfe92667c5846bfc272fb4 (diff) | |
parent | 1421f2184083d5bfccb4cb0c2ad19135315138cc (diff) |
Merge "Removing commented line"
Diffstat (limited to 'src/main/java/com/att/dmf')
-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 |