rombert edited a comment on issue #4: Fixed a small typo in MockSlingHttpServletResponse.getStatusMessage()… URL: https://github.com/apache/sling-org-apache-sling-servlet-helpers/pull/4#issuecomment-493120216 @rmcdouga - this is indeed just a typo. However, since this is API, the baseline check now fails ``` [INFO] PACKAGE_NAME DELTA CUR_VER BASE_VER REC_VER WARNINGS [INFO] = ================================================== ========== ========== ========== ========== ========== [INFO] * org.apache.sling.servlethelpers major 1.5.0 1.5.0 2.0.0 Version increase required [INFO] > class org.apache.sling.servlethelpers.MockSlingHttpServletResponse [INFO] - method geStatusMessage() [INFO] - return java.lang.String [INFO] + method getStatusMessage() [INFO] + return java.lang.String ``` I'll let @stefanseifert comment on whether we want to take this fix.
---------------------------------------------------------------- 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
