garydgregory commented on a change in pull request #470: Boolean utils limited
cleanup
URL: https://github.com/apache/commons-lang/pull/470#discussion_r343466527
##########
File path: src/main/java/org/apache/commons/lang3/ArrayUtils.java
##########
@@ -4609,17 +4609,8 @@ public static int lastIndexOf(final short[] array,
final short valueToFind, int
* (index < 0 || index >= array.length), or if the array is {@code
null}.
* @since 2.1
*/
- public static boolean[] toPrimitive(final Boolean[] array) {
Review comment:
You cannot delete public APIs, that breaks binary compatibility within a
major release.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services