diff options
author | 2012-03-19 02:01:05 -0700 | |
---|---|---|
committer | 2012-03-19 02:01:05 -0700 | |
commit | 546b8275ab111264972b290d2b88b12e03288812 (patch) | |
tree | d221ca3439f1617e9a7430ae18f8c92ef2ec676c /java/src | |
parent | 226987094a6690d6d3889570a6028925ed20632e (diff) | |
parent | 905670bd87fef3461fcc6bd55fd39decb6b20851 (diff) | |
download | latinime-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.java | 21 |
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 { + +} |