align the vchar javadoc in HttpTokens.sanitizeFieldVchar

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2023-05-02 12:10:09 +10:00
parent c2d2c1eadb
commit 0e5a8d6bc0
1 changed files with 2 additions and 2 deletions

View File

@ -238,8 +238,8 @@ public class HttpTokens
* are replaced with '?'. If this is given a legal character the same value will be returned.
* <pre>
* field-vchar = VCHAR / obs-text
* obs-text = %x80-FF
* VCHAR = %x21-7E
* obs-text = %x80-FF
* VCHAR = %x21-7E
* </pre>
* @param c the character to test.
* @return the original character or the replacement character ' ' or '?',