Hi,

This FAKE_STRING can disappear and use HashMap.containsKey instead
The problem is that I can a have a null entry and no entry and have to
differentiate the two to be efficient.
I did not know "containsKey" when I did that.

Regards.

Vincent

--- Mathias Bogaert <[EMAIL PROTECTED]> wrote:
> I found this in the XDoc class
> 
> if (result == FAKE_STRING) {
>     result = null;
> }
> 
> Should this not be
> 
> if (FAKE_STRING.equals(result)) {
>       result = null;
> }
> 
> ??
> 
> Mathias
> 
> _______________________________________________
> Xdoclet-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to