Polish
See gh-31948
This commit is contained in:
committed by
Stephane Nicoll
parent
c05d0c51b7
commit
6a4681baf5
@@ -56,7 +56,7 @@ class WebResourcesRuntimeHintsTests {
|
||||
assertThat(hints.resources().resourcePatterns()).isEmpty();
|
||||
}
|
||||
|
||||
RuntimeHints register(ClassLoader classLoader) {
|
||||
private RuntimeHints register(ClassLoader classLoader) {
|
||||
RuntimeHints hints = new RuntimeHints();
|
||||
WebResourcesRuntimeHints registrar = new WebResourcesRuntimeHints();
|
||||
registrar.registerHints(hints, classLoader);
|
||||
|
||||
Reference in New Issue
Block a user