Skip to content

Commit 110e803

Browse files
committed
Better Javadoc @see
1 parent 36b0844 commit 110e803

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/org/apache/commons/codec/net/RFC1522Codec.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ protected String encodeText(final String text, final Charset charset) throws Enc
9898
* thrown if there is an error condition during the Encoding process.
9999
* @throws UnsupportedEncodingException
100100
* if charset is not available
101-
*
102-
* @see <a href="http://download.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html">Standard charsets</a>
101+
* @see Charset
103102
*/
104103
protected String encodeText(final String text, final String charsetName)
105104
throws EncoderException, UnsupportedEncodingException {

0 commit comments

Comments
 (0)