kvr000 commented on code in PR #1270: URL: https://github.com/apache/commons-lang/pull/1270#discussion_r1742870869
########## src/main/java/org/apache/commons/lang3/SortedArrayUtils.java: ########## @@ -0,0 +1,90 @@ +package org.apache.commons.lang3; + +import java.util.Comparator; +import java.util.List; +import java.util.function.Function; + + +/** + * Operations on sorted arrays. + * + * @author Zbynek Vyskovsky Review Comment: Done. I noticed it somewhere else seems legacy. -- 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]
