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

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1ac76e1cbb [Improvement]update spelling mistake for Constants (#13738)
1ac76e1cbb is described below

commit 1ac76e1cbbf25156f3b40dc5035ef7b15dfc9bdf
Author: xuhhui <[email protected]>
AuthorDate: Thu Mar 16 16:52:17 2023 +0800

    [Improvement]update spelling mistake for Constants (#13738)
    
    * [Improvement][Document]Update architecture and process-start-flow pic
    
    * [Improvement]update spelling mistake for Constants
    
    ---------
    
    Co-authored-by: xuhaihui <[email protected]>
---
 .../org/apache/dolphinscheduler/common/constants/Constants.java     | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/constants/Constants.java
 
b/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/constants/Constants.java
index 22a4f62c4f..9fb85c9dd0 100644
--- 
a/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/constants/Constants.java
+++ 
b/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/constants/Constants.java
@@ -228,7 +228,7 @@ public final class Constants {
     public static final int HTTP_CONNECTION_REQUEST_TIMEOUT = 60 * 1000;
 
     /**
-     * httpclient soceket time out
+     * httpclient socket time out
      */
     public static final int SOCKET_TIMEOUT = 60 * 1000;
 
@@ -303,7 +303,7 @@ public final class Constants {
     public static final int DEFAULT_WORKER_HOST_WEIGHT = 100;
 
     /**
-     * time unit secong to minutes
+     * time unit second to minutes
      */
     public static final int SEC_2_MINUTES_TIME_UNIT = 60;
 
@@ -825,7 +825,6 @@ public final class Constants {
     /**
      * remote logging for OSS
      */
-
     public static final String REMOTE_LOGGING_OSS_ACCESS_KEY_ID = 
"remote.logging.oss.access.key.id";
 
     public static final String REMOTE_LOGGING_OSS_ACCESS_KEY_SECRET = 
"remote.logging.oss.access.key.secret";
@@ -837,7 +836,6 @@ public final class Constants {
     /**
      * remote logging for S3
      */
-
     public static final String REMOTE_LOGGING_S3_ACCESS_KEY_ID = 
"remote.logging.s3.access.key.id";
 
     public static final String REMOTE_LOGGING_S3_ACCESS_KEY_SECRET = 
"remote.logging.s3.access.key.secret";

Reply via email to