LatinIME/java/src/com/android/inputmethod/latin/userdictionary
Tadashi G. Takaoka 5f00fe09e9 Fix some compiler warnings
This CL fixes the following compiler warnings.

- Indirect access to static member
- Access to a non-accessible member of an enclosing type
- Parameter assignment
- Method can be static
- Local variable declaration hides another field or variable
- Value of local variable is not used
- Unused import
- Unused private member
- Unnecessary 'else' statement
- Unnecessary declaration of throw exception
- Redundant type arguments
- Missing '@Override' annotation
- Unused '@SuppressWarning' annotations

Bug: 18003991
Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
2014-10-21 19:28:37 +09:00
..
UserDictionaryAddWordContents.java Allow multiple shortcuts for a personal dictionary word 2014-06-04 18:01:50 +09:00
UserDictionaryAddWordFragment.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
UserDictionaryList.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
UserDictionaryLocalePicker.java Implement a functionality to add an entry to the user dictionary 2013-04-25 14:55:07 +09:00
UserDictionarySettings.java Fix some compiler warnings 2014-10-21 19:28:37 +09:00
UserDictionarySettingsUtils.java Fix the displayed name of the personal dictionary 2013-07-30 13:14:08 +09:00