mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
Remove accidentaly added parameter to ListSetting (#92875)
I accidentally added a parameter to ListSetting #92334. this commit removes it
This commit is contained in:
parent
65c387636b
commit
e102edf014
1 changed files with 0 additions and 2 deletions
|
@ -23,6 +23,4 @@ public @interface ListSetting {
|
|||
* A name of a setting
|
||||
*/
|
||||
String path();
|
||||
|
||||
String[] def() default {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue