[EMAIL PROTECTED] dijo:
> joerg       2004/03/03 11:47:35
>
>   Modified:    src/blocks/woody/java/org/apache/cocoon/woody/binding
>                         RepeaterJXPathBinding.java
>   Log:
>   clean up: removed unused code (for reverting changes we have CVS, so
> please remove old stuff always), JavaDoc added, comments fixed;
>   changed isNullAllListElements() => isAnyListElementNotNull(): the
> duplicate negation at usage time breaks my brain ;-)

This depends of the POV you see it:

isNullAllListElements() -> This is not a negation. It check if :

All elements on the List are null. Where is the negation?

isAnyListElementNotNull() -> Here is a negation "Not null"  :-D

Best Regards,

Antonio Gallardo.

Reply via email to