On 12/15/10 7:20 PM, Jörn Kottmann wrote:

I mean the approach you chose is good. You can do it like you did
it or, just write length() == null in the places where String.isEmpty
was used. The util method you created can be deprecated later
and replaced with String.isEmpty when we switch to a new Java
version.

Should have been length() == 0.

Jörn

Reply via email to