summaryrefslogtreecommitdiff
path: root/vdrmanager
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2012-02-23 15:35:24 +0100
committerlado <herrlado@gmail.com>2012-02-23 15:35:24 +0100
commit48819a89e2abdae7e76921f8e26ba88299503dba (patch)
tree0d78964579417c357ea220b42096d90e90b8a024 /vdrmanager
parentf00474cd9e0f7776ade42ce36a1591b83817a79a (diff)
downloadvdr-manager-48819a89e2abdae7e76921f8e26ba88299503dba.tar.gz
vdr-manager-48819a89e2abdae7e76921f8e26ba88299503dba.tar.bz2
empy stromg
Diffstat (limited to 'vdrmanager')
-rw-r--r--vdrmanager/src/de/bjusystems/vdrmanager/gui/Utils.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/Utils.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/Utils.java
index bccff8c..8b95bf4 100644
--- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/Utils.java
+++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/Utils.java
@@ -37,6 +37,9 @@ public class Utils {
public static final String TAG = Utils.class.getName();
public static final List EMPTY_LIST = new ArrayList(0);
+
+ public static final String[] EMPTY = new String[] {};
+
public static final ForegroundColorSpan HIGHLIGHT_TEXT = new ForegroundColorSpan(
Color.RED);