better javadoc
This commit is contained in:
parent
7a0d7f531d
commit
1a33687101
|
@ -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) {
|
public String remove(String key) {
|
||||||
return map.remove(key);
|
return map.remove(key);
|
||||||
|
|
Loading…
Reference in New Issue