Removed test call to Java 1.6 String.isEmpty() method, since we are supporting Java 1.5.
This commit is contained in:
parent
966a198bcf
commit
b00f1c50e2
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ public class StringUtils {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String quote(String s) {
|
public static String quote(String s) {
|
||||||
boolean b = s.isEmpty();
|
|
||||||
return isEmpty(s) ? "" : '"' + s + '"';
|
return isEmpty(s) ? "" : '"' + s + '"';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue