mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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…
x
Reference in New Issue
Block a user