summaryrefslogtreecommitdiff
path: root/source/com/c2kernel/utils/Language.java
diff options
context:
space:
mode:
Diffstat (limited to 'source/com/c2kernel/utils/Language.java')
-rw-r--r--[-rwxr-xr-x]source/com/c2kernel/utils/Language.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/com/c2kernel/utils/Language.java b/source/com/c2kernel/utils/Language.java
index ae0947f..ee74f96 100755..100644
--- a/source/com/c2kernel/utils/Language.java
+++ b/source/com/c2kernel/utils/Language.java
@@ -12,7 +12,7 @@ import java.util.Hashtable;
public class Language
{
public static Hashtable mTableOfTranslation = new Hashtable();
- public static Hashtable mTableOfUntranslated = new Hashtable();
+ public static Hashtable<String, String> mTableOfUntranslated = new Hashtable<String, String>();
public static boolean isTranlated=false;
private Hashtable tableOfTranslation = new Hashtable();