aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/define
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-07-17 18:18:26 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-07-17 18:18:26 +0000
commit3ff6fa72fb5c27fc4936420979806ff9fd6ff44e (patch)
tree0b63886a0a37d3b5cdc0b8d5391da97454f4662d /java/src/com/android/inputmethod/latin/define
parent34301f69a1e47fb6f7ee5498815dd30cad488921 (diff)
parent5a5ee95faead8a2ae749067716481e86faf5f113 (diff)
downloadlatinime-3ff6fa72fb5c27fc4936420979806ff9fd6ff44e.tar.gz
latinime-3ff6fa72fb5c27fc4936420979806ff9fd6ff44e.tar.xz
latinime-3ff6fa72fb5c27fc4936420979806ff9fd6ff44e.zip
am 5a5ee95f: Rename ProductionFlag to ProductionFlags
* commit '5a5ee95faead8a2ae749067716481e86faf5f113': Rename ProductionFlag to ProductionFlags
Diffstat (limited to 'java/src/com/android/inputmethod/latin/define')
-rw-r--r--java/src/com/android/inputmethod/latin/define/ProductionFlags.java (renamed from java/src/com/android/inputmethod/latin/define/ProductionFlag.java)4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/define/ProductionFlag.java b/java/src/com/android/inputmethod/latin/define/ProductionFlags.java
index 972580298..6dccd789d 100644
--- a/java/src/com/android/inputmethod/latin/define/ProductionFlag.java
+++ b/java/src/com/android/inputmethod/latin/define/ProductionFlags.java
@@ -16,8 +16,8 @@
package com.android.inputmethod.latin.define;
-public final class ProductionFlag {
- private ProductionFlag() {
+public final class ProductionFlags {
+ private ProductionFlags() {
// This class is not publicly instantiable.
}