Skip to content

Commit 3ef1f63

Browse files
committed
minor javadoc fix
1 parent 45169fb commit 3ef1f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-serverless-java-container-springboot2/src/main/java/com/amazonaws/serverless/proxy/spring/SpringBootLambdaContainerHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import java.util.concurrent.CountDownLatch;
4242

4343
/**
44-
* SpringBoot 1.x implementation of the `LambdaContainerHandler` abstract class. This class uses the `LambdaSpringApplicationInitializer`
44+
* SpringBoot implementation of the `LambdaContainerHandler` abstract class. This class uses the `LambdaSpringApplicationInitializer`
4545
* object behind the scenes to proxy requests. The default implementation leverages the `AwsProxyHttpServletRequest` and
4646
* `AwsHttpServletResponse` implemented in the `aws-serverless-java-container-core` package.
4747
*

0 commit comments

Comments
 (0)