Author: ggregory
Date: Thu Apr  5 04:01:32 2012
New Revision: 1309643

URL: http://svn.apache.org/viewvc?rev=1309643&view=rev
Log:
Fix up Javadoc to not refer to Commons Codec.

Modified:
    
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/utils/Charsets.java

Modified: 
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/utils/Charsets.java
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/utils/Charsets.java?rev=1309643&r1=1309642&r2=1309643&view=diff
==============================================================================
--- 
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/utils/Charsets.java
 (original)
+++ 
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/utils/Charsets.java
 Thu Apr  5 04:01:32 2012
@@ -48,8 +48,8 @@ import java.nio.charset.UnsupportedChars
  * accepted on input, big-endian used on output.)</li>
  * </ul>
  * 
- * This perhaps would best belong in the Commons Lang project. Even if a 
similar class is defined in Commons Lang, it is
- * not foreseen that Commons Codec would be made to depend on Commons Lang.
+ * This class best belongs in the Commons Lang or IO project. Even if a 
similar class is defined in another Commons component, it is
+ * not foreseen that Commons Compress would be made to depend on another 
Commons component.
  * 
  * @see <a 
href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html";>Standard
 charsets</a>
  * @since 1.4


Reply via email to