Skip to content

Commit fb8920d

Browse files
committed
slight fix to wording in ClientConfiguration documentation
1 parent 15d2fdc commit fb8920d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aws-java-sdk-core/src/main/java/com/amazonaws/ClientConfiguration.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ public ClientConfiguration withRequestTimeout(int requestTimeout) {
905905
* <p>
906906
* <b>Note:</b> This feature is not compatible with Java 1.6.
907907
* </p>
908-
*
908+
*
909909
* @return The amount of time (in milliseconds) to allow the client to complete the execution of
910910
* an API call.
911911
* @see {@link ClientConfiguration#setRequestTimeout(int)} to enforce a timeout per HTTP request
@@ -915,7 +915,7 @@ public int getClientExecutionTimeout() {
915915
}
916916

917917
/**
918-
* Returns the amount of time (in milliseconds) to allow the client to complete the execution of
918+
* Sets the amount of time (in milliseconds) to allow the client to complete the execution of
919919
* an API call. This timeout covers the entire client execution except for marshalling. This
920920
* includes request handler execution, all HTTP request including retries, unmarshalling, etc.
921921
* <p>
@@ -950,7 +950,7 @@ public void setClientExecutionTimeout(int clientExecutionTimeout) {
950950
}
951951

952952
/**
953-
* Returns the amount of time (in milliseconds) to allow the client to complete the execution of
953+
* Sets the amount of time (in milliseconds) to allow the client to complete the execution of
954954
* an API call. This timeout covers the entire client execution except for marshalling. This
955955
* includes request handler execution, all HTTP request including retries, unmarshalling, etc.
956956
* <p>
@@ -1540,4 +1540,4 @@ public ClientConfiguration withUseExpectContinue(boolean useExpectContinue) {
15401540

15411541
return this;
15421542
}
1543-
}
1543+
}

0 commit comments

Comments
 (0)