Author: sebb
Date: Sat Oct 6 10:08:43 2012
New Revision: 1394981
URL: http://svn.apache.org/viewvc?rev=1394981&view=rev
Log:
Javadoc: fix uneditted references to Base32
Modified:
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/Base64.java
Modified:
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/Base64.java
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/Base64.java?rev=1394981&r1=1394980&r2=1394981&view=diff
==============================================================================
---
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/Base64.java
(original)
+++
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/Base64.java
Sat Oct 6 10:08:43 2012
@@ -756,11 +756,11 @@ public class Base64 extends BaseNCodec {
}
/**
- * Returns whether or not the <code>octet</code> is in the Base32 alphabet.
+ * Returns whether or not the <code>octet</code> is in the Base64 alphabet.
*
* @param octet
* The value to test
- * @return {@code true} if the value is defined in the the Base32 alphabet
{@code false} otherwise.
+ * @return {@code true} if the value is defined in the the Base64 alphabet
{@code false} otherwise.
*/
@Override
protected boolean isInAlphabet(byte octet) {