You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-serverless-java-container-jersey/src/main/java/com/amazonaws/serverless/proxy/jersey/factory/AwsProxyServletResponseFactory.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,17 @@
27
27
28
28
29
29
/**
30
-
* Implementation of Jersey's <code>Factory</code> object for <code>HttpServletRequest</code> objects. This can be used
31
-
* by Jersey to generate a Servlet request given an <code>AwsProxyRequest</code> event.
30
+
* Implementation of Jersey's <code>Factory</code> object for <code>HttpServletResponse</code> objects. This can be used
31
+
* to write data directly to the servlet response for the method, without using Jersey's <code>ContainerResponse</code>
32
32
*
33
33
* <pre>
34
34
* <code>
35
35
* ResourceConfig app = new ResourceConfig().packages("my.app.package")
0 commit comments