Forgot setting the nulls.
This commit is contained in:
parent
a5bbdf1b3e
commit
345ad47ac8
@ -52,6 +52,7 @@ public class ARNullable<T> extends ARAbstract<T>
|
||||
if (nulls == null) nulls = Collections.emptySet();
|
||||
|
||||
this.innerArgReader = inner;
|
||||
this.nulls = nulls;
|
||||
}
|
||||
|
||||
public ARNullable(AR<T> inner, String... nulls)
|
||||
|
Loading…
Reference in New Issue
Block a user