Skip to content

Commit 57dec68

Browse files
committed
Fix Javadoc error.
1 parent 4f9442c commit 57dec68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/owasp/esapi/codecs/JSONCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public String encodeCharacter( char[] immune, Character c ) {
8484
* the result of {@code Character.isValidCodePoint( int )} method.
8585
*
8686
* @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
87+
* @param codePoint the character codepoint to encode if not in the immune list
8888
* @return encoded character if the character is special, and the character otherwise.
8989
*/
9090
public String encodeCharacter( char[] immune, int codePoint )

0 commit comments

Comments
 (0)