Scratch that, compiler disagrees (aka, I'm wrong)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1065235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bd7b736643
commit
03cf8fd714
|
@ -50,6 +50,8 @@ public class UnicodeUnescaper extends CharSequenceTranslator {
|
|||
public UnicodeUnescaper(OPTION... options) {
|
||||
if(options.length > 0) {
|
||||
this.options = EnumSet.copyOf(Arrays.asList(options));
|
||||
} else {
|
||||
this.options = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue