Skip to content

Commit 4d9f462

Browse files
committed
New package private method does not need Javadoc since tag
1 parent af4d48a commit 4d9f462

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/apache/commons/codec/binary/BinaryCodec.java

-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ public static byte[] fromAscii(final char[] ascii) {
136136
* @param array
137137
* the source array
138138
* @return {@code true} if the given array is {@code null} or empty (size 0.)
139-
*
140-
* @since 1.16 change visibility to public
141139
*/
142140
static boolean isEmpty(final byte[] array) {
143141
return array == null || array.length == 0;

0 commit comments

Comments
 (0)