On 03/05/2013 08:29 PM, [email protected] 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: [email protected] For additional commands, e-mail: [email protected]
