Skip to content

Commit 119ba35

Browse files
committed
Javadoc: fix uneditted references to Base32
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1394981 13f79535-47bb-0310-9956-ffa450edef68
1 parent 55a0c64 commit 119ba35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/main/java/org/apache/commons/codec/binary

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,11 +756,11 @@ static byte[] toIntegerBytes(BigInteger bigInt) {
756756
}
757757

758758
/**
759-
* Returns whether or not the <code>octet</code> is in the Base32 alphabet.
759+
* Returns whether or not the <code>octet</code> is in the Base64 alphabet.
760760
*
761761
* @param octet
762762
* The value to test
763-
* @return {@code true} if the value is defined in the the Base32 alphabet {@code false} otherwise.
763+
* @return {@code true} if the value is defined in the the Base64 alphabet {@code false} otherwise.
764764
*/
765765
@Override
766766
protected boolean isInAlphabet(byte octet) {

0 commit comments

Comments
 (0)