You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by Randgalt <gi...@git.apache.org> on 2015/09/27 21:13:43 UTC

[GitHub] curator pull request: CURATOR-232 Consolidate Timing and Client

Github user Randgalt commented on a diff in the pull request:

    https://github.com/apache/curator/pull/89#discussion_r40508128
  
    --- Diff: curator-test/src/main/java/org/apache/curator/test/BaseClassForTests.java ---
    @@ -55,6 +63,8 @@
             INTERNAL_RETRY_FAILED_TESTS = retryFailedTests;
         }
     
    +    private List<Closeable> toClose;
    --- End diff --
    
    Is this needed anymore given that Java 7 has Autocloseable?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---