浏览代码

ZOOKEEPER-3360: Misprint in javadoc

Author: Igor Rudenko <irudenko@cloudmade.com>

Reviewers: andor@apache.org

Closes #906 from hextriclosan/ZOOKEEPER-3360
Igor Rudenko 6 年之前
父节点
当前提交
5e0bb11d34

+ 1 - 1
zookeeper-recipes/zookeeper-recipes-lock/src/main/java/org/apache/zookeeper/recipes/lock/WriteLock.java

@@ -57,7 +57,7 @@ public class WriteLock extends ProtocolSupport {
      * zookeeper contructor for writelock
      * zookeeper contructor for writelock
      * @param zookeeper zookeeper client instance
      * @param zookeeper zookeeper client instance
      * @param dir the parent path you want to use for locking
      * @param dir the parent path you want to use for locking
-     * @param acls the acls that you want to use for all the paths, 
+     * @param acl the acls that you want to use for all the paths,
      * if null world read/write is used.
      * if null world read/write is used.
      */
      */
     public WriteLock(ZooKeeper zookeeper, String dir, List<ACL> acl) {
     public WriteLock(ZooKeeper zookeeper, String dir, List<ACL> acl) {