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

Skip to content
Commit 0670078b authored by Romain Vimont's avatar Romain Vimont
Browse files

Remove wrong javadoc comment



Contrary to what the comment of SharedPreferences.Editor.putString()
says, a call to putString(key, null) is not equivalent to remove(key),
at least with SharedPreferencesImpl, backed by a HashMap.

Instead, it associates a null item to the key.

Signed-off-by: default avatarRomain Vimont <rom@rom1v.com>
parent 08881385
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment