garydgregory commented on a change in pull request #577:
URL: https://github.com/apache/commons-lang/pull/577#discussion_r452264665
##########
File path: src/main/java/org/apache/commons/lang3/StringUtils.java
##########
@@ -6201,6 +6203,9 @@ public static String removeStartIgnoreCase(final String
str, final String remove
return str;
}
+ // Padding
Review comment:
Let's not add these kinds of separator. I usually prefer to keep the
methods sorted in AB order so its simple and easy to find methods.
----------------------------------------------------------------
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]