CharEncoding: fix dead link in class javadoc

This commit is contained in:
pascalschumacher 2016-09-25 20:53:56 +02:00
parent b10d58ece8
commit a041518197
1 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,7 @@
* Consult the release documentation for your implementation to see if any other encodings are supported. * Consult the release documentation for your implementation to see if any other encodings are supported.
* </cite></p> * </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 * @since 2.1
*/ */
public class CharEncoding { public class CharEncoding {
@ -79,7 +79,6 @@ public class CharEncoding {
*/ */
public static final String UTF_8 = "UTF-8"; public static final String UTF_8 = "UTF-8";
//-----------------------------------------------------------------------
/** /**
* <p>Returns whether the named charset is supported.</p> * <p>Returns whether the named charset is supported.</p>
* *