Fix incorrect comment (#9598)
Motivation: The comment is incorrect and so missleading Modification: Correct the comment Result: Correct comment in code
This commit is contained in:
parent
5e69a13c21
commit
86ff76a4f7
@ -219,7 +219,7 @@ public class QueryStringEncoder {
|
||||
* unreserved characters do not need to be encoded, and include uppercase and lowercase
|
||||
* letters, decimal digits, hyphen, period, underscore, and tilde.
|
||||
* <p>
|
||||
* unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
|
||||
* unreserved = ALPHA / DIGIT / "-" / "_" / "." / "*"
|
||||
*
|
||||
* @param ch the char to be judged whether it need to be encode
|
||||
* @return true or false
|
||||
|
Loading…
Reference in New Issue
Block a user