XenoAmess commented on a change in pull request #577:
URL: https://github.com/apache/commons-lang/pull/577#discussion_r452272462
##########
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:
@garydgregory
Hi.
I didn't ADD this seperator, but MOVE it to a better place.
you can see it append in a weird place in the original codes.
If you think it is better to delete it, then I'll be glad to delete it.
I don't like ie either :)
----------------------------------------------------------------
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]