removed typo
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/1924b170 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/1924b170 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/1924b170 Branch: refs/heads/CURATOR-3.0 Commit: 1924b170631245c95c9c1cde2e44aa2859e40591 Parents: dc2ead8 Author: randgalt <[email protected]> Authored: Fri May 20 15:42:39 2016 -0500 Committer: randgalt <[email protected]> Committed: Fri May 20 15:42:39 2016 -0500 ---------------------------------------------------------------------- .../curator/framework/recipes/queue/SimpleDistributedQueue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/1924b170/curator-recipes/src/main/java/org/apache/curator/framework/recipes/queue/SimpleDistributedQueue.java ---------------------------------------------------------------------- diff --git a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/queue/SimpleDistributedQueue.java b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/queue/SimpleDistributedQueue.java index c80ad36..3ee7130 100644 --- a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/queue/SimpleDistributedQueue.java +++ b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/queue/SimpleDistributedQueue.java @@ -200,7 +200,7 @@ public class SimpleDistributedQueue latch.countDown(); } }; - byte[] bytes = new byte[0]; + byte[] bytes; try { bytes = internalElement(true, watcher);
