commit | 0670078bb6530dd00d5b0c537ccf0538231f74e8 | [log] [tgz] |
---|---|---|
author | Romain Vimont <rom@rom1v.com> | Tue Jul 08 16:46:10 2014 +0200 |
committer | Romain Vimont <rom@rom1v.com> | Tue Jul 08 17:02:01 2014 +0200 |
tree | 3ce8991863283ac054c1780df41304ed9f96a9c7 | |
parent | 08881385a86bf887669a555ae03759c374ec9c50 [diff] |
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: Romain Vimont <rom@rom1v.com>