Repository: curator Updated Branches: refs/heads/CURATOR-3.0 1735000d9 -> 6a245fb8d
bad char got entered Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/6a245fb8 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/6a245fb8 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/6a245fb8 Branch: refs/heads/CURATOR-3.0 Commit: 6a245fb8d7ac5366880b5c107470a08de3986049 Parents: 1735000 Author: randgalt <[email protected]> Authored: Mon May 23 11:45:40 2016 -0500 Committer: randgalt <[email protected]> Committed: Mon May 23 11:45:40 2016 -0500 ---------------------------------------------------------------------- .../curator/framework/recipes/cache/TestPathChildrenCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/6a245fb8/curator-recipes/src/test/java/org/apache/curator/framework/recipes/cache/TestPathChildrenCache.java ---------------------------------------------------------------------- diff --git a/curator-recipes/src/test/java/org/apache/curator/framework/recipes/cache/TestPathChildrenCache.java b/curator-recipes/src/test/java/org/apache/curator/framework/recipes/cache/TestPathChildrenCache.java index 39fbf66..49cbb4c 100644 --- a/curator-recipes/src/test/java/org/apache/curator/framework/recipes/cache/TestPathChildrenCache.java +++ b/curator-recipes/src/test/java/org/apache/curator/framework/recipes/cache/TestPathChildrenCache.java @@ -642,7 +642,7 @@ public class TestPathChildrenCache extends BaseClassForTests } finally { - CloseableUtils.closeQuietly(cache);â + CloseableUtils.closeQuietly(cache); TestCleanState.closeAndTestClean(client); } }
