Rename the parameter everywhere instead of just the method declaration
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1065224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bc5f3e087a
commit
8a7c77060e
|
@ -62,7 +62,7 @@ public class UnicodeUnescaper extends CharSequenceTranslator {
|
|||
* @return whether the option is set
|
||||
*/
|
||||
public boolean isSet(OPTION option) {
|
||||
return (options == null) ? false : options.contains(opt);
|
||||
return (options == null) ? false : options.contains(option);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue