better javadoc

This commit is contained in:
Shay Banon 2012-08-02 09:45:32 +03:00
parent 7a0d7f531d
commit 1a33687101
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ public class ImmutableSettings implements Settings {
}
/**
* Removes the provided setting.
* Removes the provided setting from the internal map holding the current list of settings.
*/
public String remove(String key) {
return map.remove(key);