Skip to content

Commit 4905e7a

Browse files
change version
1 parent 4989708 commit 4905e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-serverless-java-container-core/src/main/java/com/amazonaws/serverless/proxy/internal/servlet/ServletLambdaContainerHandlerBuilder.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public Builder responseTypeClass(Class<ResponseType> responseType) {
165165
/**
166166
* Uses an async initializer with the given start time to calculate the 10 seconds timeout.
167167
*
168-
* @deprecated As of release 2.1 this method is deprecated. Initializer is always async if running in on-demand.
168+
* @deprecated As of release 2.0.0 this method is deprecated. Initializer is always async if running in on-demand.
169169
* @param actualStartTime An epoch in milliseconds that should be used to calculate the 10 seconds timeout since the start of the application
170170
* @return A builder configured to use the async initializer
171171
*/
@@ -178,7 +178,7 @@ public Builder asyncInit(long actualStartTime) {
178178
/**
179179
* Uses a new {@link AsyncInitializationWrapper} with the no-parameter constructor that takes the actual JVM
180180
* start time
181-
* @deprecated As of release 2.1 this method is deprecated. Initializer is always async if running in on-demand.
181+
* @deprecated As of release 2.0.0 this method is deprecated. Initializer is always async if running in on-demand.
182182
* @return A builder configured to use an async initializer
183183
*/
184184
public Builder asyncInit() {

0 commit comments

Comments
 (0)