Merge "[IL60] Make InputLogicHandler package private"

This commit is contained in:
Jean Chalard 2014-01-16 18:15:15 +00:00 committed by Android (Google) Code Review
commit e4f584de73

View file

@ -29,8 +29,7 @@ import com.android.inputmethod.latin.Suggest.OnGetSuggestedWordsCallback;
/** /**
* A helper to manage deferred tasks for the input logic. * A helper to manage deferred tasks for the input logic.
*/ */
// TODO: Make this package private class InputLogicHandler implements Handler.Callback {
public class InputLogicHandler implements Handler.Callback {
final Handler mNonUIThreadHandler; final Handler mNonUIThreadHandler;
// TODO: remove this reference. // TODO: remove this reference.
final LatinIME mLatinIME; final LatinIME mLatinIME;