aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2013-08-26 07:44:41 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-26 07:44:42 +0000
commit918336b7e790e108c109457e89c07f4dab5309c0 (patch)
tree0b80c0d48f519139624fb768c37cc6985278e517 /java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java
parent649d040c5a94085ea16090cad8295909626afae9 (diff)
parentbb5b84a82630bc2309c9ae866d43c7934768bb2e (diff)
downloadlatinime-918336b7e790e108c109457e89c07f4dab5309c0.tar.gz
latinime-918336b7e790e108c109457e89c07f4dab5309c0.tar.xz
latinime-918336b7e790e108c109457e89c07f4dab5309c0.zip
Merge "[Refactor] Add DictDecoder.getTerminalPosition."
Diffstat (limited to 'java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java')
-rw-r--r--java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java b/java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java
index 245f0038b..a08e28c8b 100644
--- a/java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java
+++ b/java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java
@@ -169,7 +169,7 @@ public final class BinaryDictIOUtils {
* @throws UnsupportedFormatException if the format of the file is not recognized.
*/
@UsedForTesting
- public static int getTerminalPosition(final Ver3DictDecoder dictDecoder,
+ /* package */ static int getTerminalPosition(final Ver3DictDecoder dictDecoder,
final String word) throws IOException, UnsupportedFormatException {
final DictBuffer dictBuffer = dictDecoder.getDictBuffer();
if (word == null) return FormatSpec.NOT_VALID_WORD;