I didn't get the question correctly, jayachandra. 

Its like if (prefix == null || "".equals(prefix) now. Any problem ?

-- Chinthaka

> -----Original Message-----
> From: jayachandra [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 22, 2005 7:27 PM
> To: [email protected]
> Subject: [Axis2]OMElementImpl notes
> 
> In findDeclaredNamespace(string, string) method of OMElementImpl
> (Line #344) seems to have some improper condition in 'if' construct.
> The condition given is a tautology.
> 
> Rather it should have been
>       (prefix == null || "".equals(prefix)) {
> 
> bye
> Jayachandra



Reply via email to