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 4f9442c commit 57dec68Copy full SHA for 57dec68
src/main/java/org/owasp/esapi/codecs/JSONCodec.java
@@ -84,7 +84,7 @@ public String encodeCharacter( char[] immune, Character c ) {
84
* the result of {@code Character.isValidCodePoint( int )} method.
85
*
86
* @param immune character array of whitelist characters which should not be encoded
87
- * @param c the character to encode if not in the immune list
+ * @param codePoint the character codepoint to encode if not in the immune list
88
* @return encoded character if the character is special, and the character otherwise.
89
*/
90
public String encodeCharacter( char[] immune, int codePoint )
0 commit comments