* commit '948682d15f1a4a6676318213a49b50b967cfae27': Remove wrong javadoc comment
This commit is contained in:
@@ -71,9 +71,7 @@ public interface SharedPreferences {
|
|||||||
* {@link #commit} or {@link #apply} are called.
|
* {@link #commit} or {@link #apply} are called.
|
||||||
*
|
*
|
||||||
* @param key The name of the preference to modify.
|
* @param key The name of the preference to modify.
|
||||||
* @param value The new value for the preference. Supplying {@code null}
|
* @param value The new value for the preference.
|
||||||
* as the value is equivalent to calling {@link #remove(String)} with
|
|
||||||
* this key.
|
|
||||||
*
|
*
|
||||||
* @return Returns a reference to the same Editor object, so you can
|
* @return Returns a reference to the same Editor object, so you can
|
||||||
* chain put calls together.
|
* chain put calls together.
|
||||||
|
|||||||
Reference in New Issue
Block a user