CharEncoding: fix dead link in class javadoc
diff --git a/src/main/java/org/apache/commons/lang3/CharEncoding.java b/src/main/java/org/apache/commons/lang3/CharEncoding.java
index e749d02..7fe9296 100644
--- a/src/main/java/org/apache/commons/lang3/CharEncoding.java
+++ b/src/main/java/org/apache/commons/lang3/CharEncoding.java
@@ -30,7 +30,7 @@
  * Consult the release documentation for your implementation to see if any other encodings are supported.
  * </cite></p>
  *
- * @see <a href="http://download.oracle.com/javase/1.3/docs/guide/intl/encoding.doc.html">JRE character encoding names</a>
+ * @see <a href="http://docs.oracle.com/javase/6/docs/technotes/guides/intl/encoding.doc.html">JRE character encoding names</a>
  * @since 2.1
  */
 public class CharEncoding {
@@ -79,7 +79,6 @@ public class CharEncoding {
      */
     public static final String UTF_8 = "UTF-8";
 
-    //-----------------------------------------------------------------------
     /**
      * <p>Returns whether the named charset is supported.</p>
      *