diff options
author | 2014-10-23 19:08:55 +0900 | |
---|---|---|
committer | 2014-10-23 19:08:55 +0900 | |
commit | 323ac64d981495cd6b0ce0d4e7648681bba7632d (patch) | |
tree | d54f2729e6e4c8c5132419a00ebdf463fc1b9500 /tools/dicttool/compat/com/android/inputmethod/latin/utils/LanguageModelParam.java | |
parent | ade5ad1dae715081e0131e9ebd266e1e36409f1d (diff) | |
download | latinime-323ac64d981495cd6b0ce0d4e7648681bba7632d.tar.gz latinime-323ac64d981495cd6b0ce0d4e7648681bba7632d.tar.xz latinime-323ac64d981495cd6b0ce0d4e7648681bba7632d.zip |
Fix dicttool build.
Change-Id: Idc4533e57b7f4ddccd66b1f1a4730153064b1e27
Diffstat (limited to 'tools/dicttool/compat/com/android/inputmethod/latin/utils/LanguageModelParam.java')
-rw-r--r-- | tools/dicttool/compat/com/android/inputmethod/latin/utils/LanguageModelParam.java | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/dicttool/compat/com/android/inputmethod/latin/utils/LanguageModelParam.java b/tools/dicttool/compat/com/android/inputmethod/latin/utils/LanguageModelParam.java deleted file mode 100644 index f4ca94a81..000000000 --- a/tools/dicttool/compat/com/android/inputmethod/latin/utils/LanguageModelParam.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2014 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.utils; - -public final class LanguageModelParam { -} |