You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/09/04 14:30:31 UTC

[GitHub] [commons-lang] arturobernalg commented on a change in pull request #754: LANG-1659 - Method to check if an object it's an array

arturobernalg commented on a change in pull request #754:
URL: https://github.com/apache/commons-lang/pull/754#discussion_r702291124



##########
File path: src/main/java/org/apache/commons/lang3/ObjectUtils.java
##########
@@ -951,6 +951,25 @@ their constant using one of the CONST() utility methods, instead:
             public final static int MAGIC_NUMBER = CONST(5);
      */
 
+    /**
+     * <p>Determine whether the given object is an array:
+     * either an Object array or a primitive array.

Review comment:
       Done.




-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org