You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ca...@apache.org on 2020/01/20 20:50:22 UTC

[curator] branch master updated: Fix typo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c05a61b  Fix typo
c05a61b is described below

commit c05a61bb58e5625fa3ca29871d0d9971271fcf49
Author: 康智冬 <wo...@gmail.com>
AuthorDate: Sun Jan 19 08:44:22 2020 +0800

    Fix typo
    
    fix typo
---
 .../java/org/apache/curator/framework/recipes/cache/NodeCache.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/NodeCache.java b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/NodeCache.java
index 9687e1b..e7778ff 100644
--- a/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/NodeCache.java
+++ b/curator-recipes/src/main/java/org/apache/curator/framework/recipes/cache/NodeCache.java
@@ -125,7 +125,7 @@ public class NodeCache implements Closeable
     };
 
     /**
-     * @param client curztor client
+     * @param client curator client
      * @param path the full path to the node to cache
      */
     public NodeCache(CuratorFramework client, String path)
@@ -134,7 +134,7 @@ public class NodeCache implements Closeable
     }
 
     /**
-     * @param client curztor client
+     * @param client curator client
      * @param path the full path to the node to cache
      * @param dataIsCompressed if true, data in the path is compressed
      */