rmcdouga commented on a change in pull request #5: Typo fix in getStatusMessage
(was geStatusMessage)
URL:
https://github.com/apache/sling-org-apache-sling-servlet-helpers/pull/5#discussion_r285779683
##########
File path:
src/main/java/org/apache/sling/servlethelpers/MockSlingHttpServletResponse.java
##########
@@ -262,6 +262,11 @@ public void setLocale(Locale loc) {
this.locale = loc;
}
+ public String getStatusMessage() {
+ return statusMessage;
+ }
+
+ @Deprecated
Review comment:
OK, I have updated the code as requested. Thanks for the feedback. Please
let me know if you have any issues.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services