Skip to content

Commit dfb42f4

Browse files
committed
Javadoc fix
1 parent 23b9234 commit dfb42f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpcore5/src/main/java/org/apache/hc/core5/net/URIBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public enum EncodingPolicy {
111111
/**
112112
* Follows RFC 3986 component-specific encoding rules. For example, query and
113113
* fragment components allow unreserved characters, sub-delimiters ("!", "$",
114-
* "&", "'", "(", ")", "*", "+", ",", ";", "="), and additional characters
114+
* "&", "'", "(", ")", "*", "+", ",", ";", "="), and additional characters
115115
* (":", "@", "/", "?") to remain unencoded, as defined by {@code PercentCodec.FRAGMENT}.
116116
* This policy ensures compliance with RFC 3986 while maintaining interoperability.
117117
*/

0 commit comments

Comments
 (0)