This is an automated email from the ASF dual-hosted git repository.
andor 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 5e0bb11 ZOOKEEPER-3360: Misprint in javadoc
5e0bb11 is described below
commit 5e0bb11d3428fa3459140a3e935af49006e7f2c1
Author: Igor Rudenko <irudenko@cloudmade.com>
AuthorDate: Fri May 3 17:28:02 2019 +0200
ZOOKEEPER-3360: Misprint in javadoc
Author: Igor Rudenko <irudenko@cloudmade.com>
Reviewers: andor@apache.org
Closes #906 from hextriclosan/ZOOKEEPER-3360
---
.../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 53f64cb..dc5a311 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
@@ -57,7 +57,7 @@ public class WriteLock extends ProtocolSupport {
* zookeeper contructor for writelock
* @param zookeeper zookeeper client instance
* @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.
*/
public WriteLock(ZooKeeper zookeeper, String dir, List<ACL> acl) {
|