Stzx commented on a change in pull request #479: StringUtil Abbreviation method
fixed
URL: https://github.com/apache/commons-lang/pull/479#discussion_r341832864
##########
File path: src/main/java/org/apache/commons/lang3/StringUtils.java
##########
@@ -362,6 +363,8 @@ public static String abbreviate(final String str, final
String abbrevMarker, int
return abbrevMarker + abbreviate(str.substring(offset),
abbrevMarker, maxWidth - abbrevMarkerLength);
}
return abbrevMarker + str.substring(str.length() - (maxWidth -
abbrevMarkerLength));
+
Review comment:
Extra line.
----------------------------------------------------------------
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