Skip to content

Commit 0abbd91

Browse files
committed
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1063757 13f79535-47bb-0310-9956-ffa450edef68
1 parent 86db746 commit 0abbd91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/org/apache/commons/codec/binary/Base64.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ public static boolean isBase64(byte[] arrayOctet) {
641641
}
642642

643643
/**
644-
* Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
644+
* Tests a given byte array to see if it contains any characters fromn the Base64 alphabet.
645645
*
646646
* @param arrayOctet
647647
* byte array to test

0 commit comments

Comments
 (0)