[
https://issues.apache.org/jira/browse/CURATOR-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048622#comment-16048622
]
ASF GitHub Bot commented on CURATOR-378:
----------------------------------------
Github user beihaifeiwu commented on the issue:
https://github.com/apache/curator/pull/204
```java
@Override
public void addListener(T listener)
{
addListener(listener, MoreExecutors.sameThreadExecutor());
}
```
but this code use the com.google.common.util.concurrent.MoreExecutors,Is
this correct ?
> Dependency Refresh
> ------------------
>
> Key: CURATOR-378
> URL: https://issues.apache.org/jira/browse/CURATOR-378
> Project: Apache Curator
> Issue Type: Test
> Components: Client, Framework, Recipes
> Reporter: Jordan Zimmerman
> Assignee: Fangmin Lv
> Priority: Minor
>
> It's about time we update the versions of our dependencies. Get the latest
> Apache parent POM, Maven plugins, etc.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)