CharEncoding: fix dead link in class javadoc
This commit is contained in:
parent
b10d58ece8
commit
a041518197
|
@ -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>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue