abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Config.java
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/juloo.keyboard2/Config.java')
-rw-r--r--srcs/juloo.keyboard2/Config.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java
index 7f1b395..6f4fdf9 100644
--- a/srcs/juloo.keyboard2/Config.java
+++ b/srcs/juloo.keyboard2/Config.java
@@ -102,8 +102,7 @@ class Config
{
case "azerty": return R.xml.azerty;
case "qwerty": return R.xml.qwerty;
- case "system": return -1;
- default: throw new IllegalArgumentException();
+ case "system": default: return -1;
}
}