You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2016/05/20 20:42:43 UTC

curator git commit: removed typo

Repository: curator
Updated Branches:
  refs/heads/CURATOR-308 dc2ead8ef -> 1924b1706


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-308
Commit: 1924b170631245c95c9c1cde2e44aa2859e40591
Parents: dc2ead8
Author: randgalt <ra...@apache.org>
Authored: Fri May 20 15:42:39 2016 -0500
Committer: randgalt <ra...@apache.org>
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);