mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-30 13:12:25 -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…
Reference in New Issue
Block a user