Skip to content

Commit 5d3142a

Browse files
committed
Docn
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1788760 13f79535-47bb-0310-9956-ffa450edef68
1 parent 949ff4a commit 5d3142a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class URLCodec implements BinaryEncoder, BinaryDecoder, StringEncoder, St
5555
/**
5656
* The default charset used for string decoding and encoding.
5757
*
58-
* @deprecated TODO: This field will be changed to a private final Charset in 2.0.
58+
* @deprecated TODO: This field will be changed to a private final Charset in 2.0. (CODEC-126)
5959
*/
6060
@Deprecated
6161
protected String charset;

0 commit comments

Comments
 (0)