You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by marcosstefani <gi...@git.apache.org> on 2018/02/22 14:07:03 UTC

[GitHub] commons-lang pull request #315: Get boolean value if the size of array is be...

GitHub user marcosstefani opened a pull request:

    https://github.com/apache/commons-lang/pull/315

    Get boolean value if the size of array is between two integer values

    /**
         * Get boolean value if the size of array is between two integer values
         *
         * @param array  the array that has the number of records to compare
         * @param first  initial value to be compared
         * @param last   final value to be compared
         * @return boolean value that will tell if the result is true or false
         * @author marcos.cantor@gmail.com
     */

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/marcosstefani/commons-lang arrayutils-size-is-between

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/315.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #315
    
----
commit ab7d53c8157e8f2e887923b3b414c4fcb37dc05d
Author: Marcos Rosa <ma...@...>
Date:   2018-02-22T14:05:39Z

    Get boolean value if the size of array is between two integer values

----


---

[GitHub] commons-lang issue #315: Get boolean value if the size of array is between t...

Posted by marcosstefani <gi...@git.apache.org>.
Github user marcosstefani commented on the issue:

    https://github.com/apache/commons-lang/pull/315
  
    I dont understend this error.


---

[GitHub] commons-lang pull request #315: Get boolean value if the size of array is be...

Posted by marcosstefani <gi...@git.apache.org>.
Github user marcosstefani closed the pull request at:

    https://github.com/apache/commons-lang/pull/315


---