This is an automated email from the ASF dual-hosted git repository.

fangmin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c2f2e5  Fix comment typo in the zookeeper lock recipe
9c2f2e5 is described below

commit 9c2f2e55850cdd20778b7d4b4eae283fc6ab4d1e
Author: Kunal Parmar <[email protected]>
AuthorDate: Wed Feb 12 15:04:22 2020 -0800

    Fix comment typo in the zookeeper lock recipe
    
    Author: Kunal Parmar <[email protected]>
    
    Reviewers: [email protected], [email protected]
    
    Closes #1227 from kunalparmar/patch-1
---
 .../src/main/java/org/apache/zookeeper/recipes/lock/WriteLock.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/zookeeper-recipes/zookeeper-recipes-lock/src/main/java/org/apache/zookeeper/recipes/lock/WriteLock.java
 
b/zookeeper-recipes/zookeeper-recipes-lock/src/main/java/org/apache/zookeeper/recipes/lock/WriteLock.java
index 7338a97..bcaaba3 100644
--- 
a/zookeeper-recipes/zookeeper-recipes-lock/src/main/java/org/apache/zookeeper/recipes/lock/WriteLock.java
+++ 
b/zookeeper-recipes/zookeeper-recipes-lock/src/main/java/org/apache/zookeeper/recipes/lock/WriteLock.java
@@ -168,7 +168,7 @@ public class WriteLock extends ProtocolSupport {
     }
 
     /**
-     * a zoookeeper operation that is mainly responsible
+     * a zookeeper operation that is mainly responsible
      * for all the magic required for locking.
      */
     private class LockZooKeeperOperation implements ZooKeeperOperation {

Reply via email to