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-core/src/main/java/com/amazonaws/serverless/proxy/internal/servlet/AwsHttpServletResponse.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
/**
30
30
* Basic implementation of the <code>HttpServletResponse</code> object. This is used by the <code>AwsProxyHttpServletResponseWriter</code>
31
31
* to generate an <code>AwsProxyResponse</code> object. We have an additional <code>getAwsResponseHeaders()</code> method
32
-
* that returns a <code>Map<String, String</code> that can be used for our proxy response object.
32
+
* that returns a {@codeMap<String, String>} that can be used for our proxy response object.
Copy file name to clipboardExpand all lines: aws-serverless-java-container-jersey/src/main/java/com/amazonaws/serverless/proxy/jersey/JerseyAwsProxyServletRequestFactory.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,17 +24,17 @@
24
24
* by Jersey to generate a Servlet request given an <code>AwsProxyRequest</code> event.
25
25
*
26
26
* <pre>
27
-
* {@code
27
+
* <code>
28
28
* ResourceConfig app = new ResourceConfig().packages("my.app.package")
0 commit comments