sebastianfrey commented on code in PR #369:
URL: https://github.com/apache/shiro/pull/369#discussion_r929532494


##########
lang/src/main/java/org/apache/shiro/lang/util/StringUtils.java:
##########
@@ -139,13 +139,16 @@ public static boolean startsWithIgnoreCase(String str, 
String prefix) {
      * is returned.
      *
      * @param in the input String to clean.
+     * @param trim specifies whether the input String should be trimmed or not
      * @return a populated-but-trimmed String or <code>null</code> otherwise
      */
-    public static String clean(String in) {

Review Comment:
   As requested, the PR has been re-targeted against 1.10.x.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to