rombert 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_r285492210
##########
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:
+1 on both accounts. Note that the missing @deprecated javadoc tag was also
noted in the SonarCloud run at
https://github.com/apache/sling-org-apache-sling-servlet-helpers/pull/5/checks?check_run_id=131526044
----------------------------------------------------------------
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