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

wuweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new ed33054  Fix typo in Javadoc (#1749)
ed33054 is described below

commit ed330549b5983dafd15bd64320449212df76e204
Author: TingLL <[email protected]>
AuthorDate: Wed Dec 2 17:02:27 2020 +0800

    Fix typo in Javadoc (#1749)
    
    Change "root root" to "root node".
---
 .../shardingsphere/elasticjob/lite/internal/storage/JobNodeStorage.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/elasticjob-lite/elasticjob-lite-core/src/main/java/org/apache/shardingsphere/elasticjob/lite/internal/storage/JobNodeStorage.java
 
b/elasticjob-lite/elasticjob-lite-core/src/main/java/org/apache/shardingsphere/elasticjob/lite/internal/storage/JobNodeStorage.java
index 63e8eef..6893322 100644
--- 
a/elasticjob-lite/elasticjob-lite-core/src/main/java/org/apache/shardingsphere/elasticjob/lite/internal/storage/JobNodeStorage.java
+++ 
b/elasticjob-lite/elasticjob-lite-core/src/main/java/org/apache/shardingsphere/elasticjob/lite/internal/storage/JobNodeStorage.java
@@ -109,7 +109,7 @@ public final class JobNodeStorage {
     /**
      * Create job node if needed.
      * 
-     * <p>Do not create node if root root not existed, which means job is 
shutdown.</p>
+     * <p>Do not create node if root node not existed, which means job is 
shutdown.</p>
      * 
      * @param node node
      */

Reply via email to