Forgot setting the nulls.

This commit is contained in:
Olof Larsson 2015-05-11 15:59:09 +02:00
parent a5bbdf1b3e
commit 345ad47ac8

View File

@ -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)