Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 948682d1 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 6e208cdd: Merge "Remove wrong javadoc comment"

* commit '6e208cdd':
  Remove wrong javadoc comment
parents cdc70256 6e208cdd
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -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.