File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
validator/src/main/java/io/avaje/validation/core Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,23 +37,23 @@ final class ExtensionLoader {
37
37
}
38
38
}
39
39
40
- public Optional <MessageInterpolator > interpolator () {
40
+ Optional <MessageInterpolator > interpolator () {
41
41
return interpolator ;
42
42
}
43
43
44
- public List <GeneratedComponent > generatedComponents () {
44
+ List <GeneratedComponent > generatedComponents () {
45
45
return generatedComponents ;
46
46
}
47
47
48
- public List <ValidatorCustomizer > customizers () {
48
+ List <ValidatorCustomizer > customizers () {
49
49
return customizers ;
50
50
}
51
51
52
- public List <AdapterFactory > adapterFactories () {
52
+ List <AdapterFactory > adapterFactories () {
53
53
return adapterFactories ;
54
54
}
55
55
56
- public List <AnnotationFactory > annotationFactories () {
56
+ List <AnnotationFactory > annotationFactories () {
57
57
return annotationFactories ;
58
58
}
59
59
}
You can’t perform that action at this time.
0 commit comments