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:
Henri Yandell 2011-01-30 09:01:17 +00:00
parent bd7b736643
commit 03cf8fd714
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
}