Zookeeper: fix JavaDocs errors

https://build.spring.io/browse/INT-B41-314
This commit is contained in:
Artem Bilan
2015-06-24 12:09:28 -04:00
parent 06ffc19b0b
commit fe98cbc4e0

View File

@@ -63,7 +63,7 @@ public class ZookeeperLockRegistry implements ExpirableLockRegistry {
* Construct a lock registry using the default {@link KeyToPathStrategy} which
* simple appends the key to {@code '<root>/'}.
* @param client the {@link CuratorFramework}.
* @param path the path root (no trailing /).
* @param root the path root (no trailing /).
*/
public ZookeeperLockRegistry(CuratorFramework client, String root) {
this(client, new DefaultKeyToPathStrategy(root));