Hi all,

jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Ant.java:

383:            if (locals.size() > 0 && !(locals.size() == 1
384:                                       && locals.get(0) == "")) {

Is there a reason why the Strings are compared using == here and not
equals() ?

-- 
Best regards,
 Alexey                          mailto:[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to