Skip to content

Commit 83e8302

Browse files
committed
[CODEC-240] Add Percent-Encoding Codec (described in RFC3986 and RFC7578). Fix @SInCE.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1814508 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0842a99 commit 83e8302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* </p>
3535
*
3636
* @see <a href="https://tools.ietf.org/html/rfc3986#section-2.1">Percent-Encoding</a>
37-
* @since 1.11
37+
* @since 1.12
3838
*/
3939
public class PercentCodec implements BinaryEncoder, BinaryDecoder {
4040

0 commit comments

Comments
 (0)