You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/01/26 16:20:05 UTC

svn commit: r1063757 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java

Author: sebb
Date: Wed Jan 26 15:20:03 2011
New Revision: 1063757

URL: http://svn.apache.org/viewvc?rev=1063757&view=rev
Log:
Javadoc fix

Modified:
    commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java

Modified: commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java?rev=1063757&r1=1063756&r2=1063757&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java (original)
+++ commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java Wed Jan 26 15:20:03 2011
@@ -641,7 +641,7 @@ public class Base64 implements BinaryEnc
     }
     
     /**
-     * Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
+     * Tests a given byte array to see if it contains any characters fromn the Base64 alphabet.
      * 
      * @param arrayOctet
      *            byte array to test