commit | f9233e0b98469a7e9e9a863d491a33593dba4bff | [log] [tgz] |
---|---|---|
author | Ken Wakasa <kwakasa@google.com> | Wed Aug 21 11:27:19 2013 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Aug 21 11:27:20 2013 +0000 |
tree | 801b58f29ec006cb5033dd7874ac182f1c8ce0b6 | |
parent | 17cc396972d6ba805ec31f8e4964de0e106f41fb [diff] | |
parent | 558e34c7bd8b146695ce1dbda6ed9933ddd19300 [diff] |
Merge "Make readPtNode be called with the address from the beginning of the file."
diff --git a/java/src/com/android/inputmethod/latin/personalization/PersonalizationDictionarySessionRegister.java b/java/src/com/android/inputmethod/latin/personalization/PersonalizationDictionarySessionRegister.java index b189119..c1833ff 100644 --- a/java/src/com/android/inputmethod/latin/personalization/PersonalizationDictionarySessionRegister.java +++ b/java/src/com/android/inputmethod/latin/personalization/PersonalizationDictionarySessionRegister.java
@@ -16,8 +16,6 @@ package com.android.inputmethod.latin.personalization; -import com.android.inputmethod.latin.amanatto.AmanattoDataUpdater; - import android.content.Context; import android.content.res.Configuration;