Repository: commons-lang
Updated Branches:
  refs/heads/master 5f4249e2e -> a04151819


CharEncoding: fix dead link in class javadoc


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/a0415181
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/a0415181
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/a0415181

Branch: refs/heads/master
Commit: a04151819758fceb7f0cb855d279c9d46b2e9851
Parents: b10d58e
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sun Sep 25 20:53:56 2016 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sun Sep 25 21:00:46 2016 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/lang3/CharEncoding.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/a0415181/src/main/java/org/apache/commons/lang3/CharEncoding.java
----------------------------------------------------------------------
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 @@ import java.nio.charset.IllegalCharsetNameException;
  * 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>
      *

Reply via email to