aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorsatok <satok@google.com>2012-03-19 02:01:05 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-19 02:01:05 -0700
commit546b8275ab111264972b290d2b88b12e03288812 (patch)
treed221ca3439f1617e9a7430ae18f8c92ef2ec676c /java/src
parent226987094a6690d6d3889570a6028925ed20632e (diff)
parent905670bd87fef3461fcc6bd55fd39decb6b20851 (diff)
downloadlatinime-546b8275ab111264972b290d2b88b12e03288812.tar.gz
latinime-546b8275ab111264972b290d2b88b12e03288812.tar.xz
latinime-546b8275ab111264972b290d2b88b12e03288812.zip
Merge "Add a dummy file and package for make dict"
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/makedict/Dummy.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/makedict/Dummy.java b/java/src/com/android/inputmethod/latin/makedict/Dummy.java
new file mode 100644
index 000000000..27ea5ace6
--- /dev/null
+++ b/java/src/com/android/inputmethod/latin/makedict/Dummy.java
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 2012 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
+
+package com.android.inputmethod.latin.makedict;
+
+public class Dummy {
+
+}