Remove accidentaly added parameter to ListSetting (#92875)

I accidentally added a parameter to ListSetting #92334.
this commit removes it
This commit is contained in:
Przemyslaw Gomulka 2023-01-12 14:55:14 +01:00 committed by GitHub
parent 65c387636b
commit e102edf014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,4 @@ public @interface ListSetting {
* A name of a setting
*/
String path();
String[] def() default {};
}