On 03/05/2013 08:29 PM, jgl...@apache.org wrote:
- if (annotation != null && annotation.value() != null && !annotation.value().isEmpty()) { + if (annotation != null && annotation.value().length() > 0) {
(And yes removing the null check was intentional—annotation values are never null.) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org