Skip to content

Commit 41e37bb

Browse files
committed
Fixed Javadoc comments in SpringBoot 2 implementation
1 parent ac789a1 commit 41e37bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,13 @@ public static SpringBootLambdaContainerHandler<AwsProxyRequest, AwsProxyResponse
8383
* Creates a new container handler with the given reader and writer objects
8484
*
8585
* @param requestTypeClass The class for the incoming Lambda event
86+
* @param responseTypeClass The class for the Lambda function output
8687
* @param requestReader An implementation of `RequestReader`
8788
* @param responseWriter An implementation of `ResponseWriter`
8889
* @param securityContextWriter An implementation of `SecurityContextWriter`
8990
* @param exceptionHandler An implementation of `ExceptionHandler`
9091
* @param springBootInitializer {@code SpringBootServletInitializer} class
91-
* @throws ContainerInitializationException If an error occurs while initializing the Spring framework
92+
* @param init The initialization Wrapper that will be used to start Spring Boot
9293
*/
9394
public SpringBootLambdaContainerHandler(Class<RequestType> requestTypeClass,
9495
Class<ResponseType> responseTypeClass,

0 commit comments

Comments
 (0)