Minor performance improvement. String.length() == 0 tends to be slightly faster than String.equals("").
1 file changed