From 1ac76e1cbbf25156f3b40dc5035ef7b15dfc9bdf Mon Sep 17 00:00:00 2001 From: xuhhui Date: Thu, 16 Mar 2023 16:52:17 +0800 Subject: [PATCH] [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 --- .../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";