am 6e208cdd: Merge "Remove wrong javadoc comment"

* commit '6e208cddad3315c4e38accdb801908b2b9b5cbbd':
  Remove wrong javadoc comment
This commit is contained in:
Narayan Kamath
2015-02-24 10:11:52 +00:00
committed by Android Git Automerger

View File

@@ -71,9 +71,7 @@ public interface SharedPreferences {
* {@link #commit} or {@link #apply} are called.
*
* @param key The name of the preference to modify.
* @param value The new value for the preference. Supplying {@code null}
* as the value is equivalent to calling {@link #remove(String)} with
* this key.
* @param value The new value for the preference.
*
* @return Returns a reference to the same Editor object, so you can
* chain put calls together.