isEmpty = true @param s @return #isEmpty(String, boolean)
(String s)
| 66 | * @return {@link #isEmpty(String, boolean)} |
| 67 | */ |
| 68 | public static String isEmpty(String s) { |
| 69 | return isEmpty(s, true); |
| 70 | } |
| 71 | /** |
| 72 | * trim = false |
| 73 | * @param s |
no test coverage detected