Skip to content

Commit

Permalink
New package private method does not need Javadoc since tag
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 17, 2023
1 parent af4d48a commit 4d9f462
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ public static byte[] fromAscii(final char[] ascii) {
* @param array
* the source array
* @return {@code true} if the given array is {@code null} or empty (size 0.)
*
* @since 1.16 change visibility to public
*/
static boolean isEmpty(final byte[] array) {
return array == null || array.length == 0;
Expand Down

0 comments on commit 4d9f462

Please sign in to comment.