Author: ggregory
Date: Tue Jul 28 16:14:36 2009
New Revision: 798594

URL: http://svn.apache.org/viewvc?rev=798594&view=rev
Log:
Small change to kick in SVN auto-props for @version $Id $

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

Modified: 
commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/StringUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/StringUtils.java?rev=798594&r1=798593&r2=798594&view=diff
==============================================================================
--- 
commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/StringUtils.java
 (original)
+++ 
commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/StringUtils.java
 Tue Jul 28 16:14:36 2009
@@ -22,7 +22,7 @@
 import org.apache.commons.codec.CharEncoding;
 
 /**
- * Converts String to bytes using the encodings required by the Java 
specification. These encodings are specified in <a
+ * Converts String to and from bytes using the encodings required by the Java 
specification. These encodings are specified in <a
  * 
href="http://java.sun.com/j2se/1.4.2/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
  * 
  * @see CharEncoding


Reply via email to