Browse Source

[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 <xuhaihui@cmss.chinamobile.com>
3.2.0-release
xuhhui 2 years ago committed by GitHub
parent
commit
1ac76e1cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/constants/Constants.java

6
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";

Loading…
Cancel
Save