mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-20 04:31:47 -05:00
stringutils
This commit is contained in:
parent
0c40736f26
commit
7903797080
7
src/com/fsck/k9/helper/StringUtils.java
Normal file
7
src/com/fsck/k9/helper/StringUtils.java
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
package com.fsck.k9.helper;
|
||||||
|
public final class StringUtils {
|
||||||
|
|
||||||
|
public static boolean isNullOrEmpty(String string){
|
||||||
|
return string == null || string.length() == 0;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user