Closes gh-10282
This commit is contained in:
Johnny Lim
2017-09-13 22:26:06 +09:00
committed by Stephane Nicoll
parent d89f3f9f2a
commit bd2d08bcd0
16 changed files with 21 additions and 33 deletions

View File

@@ -47,7 +47,7 @@ public class Sanitizer {
/**
* Keys that should be sanitized. Keys can be simple strings that the property ends
* with or regex expressions.
* with or regular expressions.
* @param keysToSanitize the keys to sanitize
*/
public void setKeysToSanitize(String... keysToSanitize) {