garydgregory commented on code in PR #1270:
URL: https://github.com/apache/commons-lang/pull/1270#discussion_r1749417221


##########
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:
   Hello @kvr000 
   This only makes sense in the 'ArrayUtils' class IMO.



-- 
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]

Reply via email to