elharo commented on code in PR #343:
URL:
https://github.com/apache/maven-shared-utils/pull/343#discussion_r2562198586
##########
src/main/java/org/apache/maven/shared/utils/StringUtils.java:
##########
@@ -1756,7 +1756,7 @@ private static void reverseArray(@Nonnull String...
array) {
/**
* <p>Turn "Now is the time for all good men" into "Now is the time
for..."</p>
* <p>Specifically:</p>
- * <p>If str is less than max characters long, return it.
+ * <p>If str is no greater than max characters long, return it.
Review Comment:
how about "less than or equal to"?
--
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]