diff options
author | 2014-07-16 19:22:35 -0700 | |
---|---|---|
committer | 2014-07-16 19:26:32 -0700 | |
commit | 5a5ee95faead8a2ae749067716481e86faf5f113 (patch) | |
tree | 0b63886a0a37d3b5cdc0b8d5391da97454f4662d /java/src/com/android/inputmethod/latin/define | |
parent | 6f80ed3901b32112114e039cb3a239a9e8d12130 (diff) | |
download | latinime-5a5ee95faead8a2ae749067716481e86faf5f113.tar.gz latinime-5a5ee95faead8a2ae749067716481e86faf5f113.tar.xz latinime-5a5ee95faead8a2ae749067716481e86faf5f113.zip |
Rename ProductionFlag to ProductionFlags
Change-Id: I5da2dbf8828fa0e176e7c2496392a5f561ebfe20
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. } |