We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bbc29 commit 25ad44dCopy full SHA for 25ad44d
google-http-client/src/main/java/com/google/api/client/util/escape/CharEscapers.java
@@ -189,7 +189,8 @@ public static String escapeUriPathWithoutReserved(String value) {
189
190
/**
191
* Escapes a URI path but retains all reserved and percent-encoded characters. That is the same as
192
- * {@link #escapeUriPathWithoutReserved(String)} except that it also escapes percent encoded parts.
+ * {@link #escapeUriPathWithoutReserved(String)} except that it also escapes percent encoded
193
+ * parts.
194
*/
195
public static String escapeUriPathWithoutReservedAndPercentEncoded(String value) {
196
return URI_RESERVED_AND_PERCENT_ENCODED_ESCAPER.escape(value);
0 commit comments