Skip to content

Commit

Permalink
Fixed Javadoc comments in SpringBoot 2 implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
sapessi committed Sep 30, 2019
1 parent ac789a1 commit 41e37bb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,13 @@ public static SpringBootLambdaContainerHandler<AwsProxyRequest, AwsProxyResponse
* Creates a new container handler with the given reader and writer objects
*
* @param requestTypeClass The class for the incoming Lambda event
* @param responseTypeClass The class for the Lambda function output
* @param requestReader An implementation of `RequestReader`
* @param responseWriter An implementation of `ResponseWriter`
* @param securityContextWriter An implementation of `SecurityContextWriter`
* @param exceptionHandler An implementation of `ExceptionHandler`
* @param springBootInitializer {@code SpringBootServletInitializer} class
* @throws ContainerInitializationException If an error occurs while initializing the Spring framework
* @param init The initialization Wrapper that will be used to start Spring Boot
*/
public SpringBootLambdaContainerHandler(Class<RequestType> requestTypeClass,
Class<ResponseType> responseTypeClass,
Expand Down

0 comments on commit 41e37bb

Please sign in to comment.