Skip to content

Commit de8a7fa

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/codec/net/PercentCodecTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import org.junit.Test;
2727

2828
/**
29-
* Percent cοdec test cases
29+
* Percent codec test cases.
3030
*/
3131
public class PercentCodecTest {
3232

0 commit comments

Comments
 (0)