>> + if (parameter == null) { >> + throw new IllegalArgumentException("Parameter '" + >> parameterName + "' must not be null!"); >> + } >> + } >> +}
Isn't a null value supposed to throw a NPE ? Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org