Harmonize RuntimeHintsRegistrar implementations
Closes gh-28801
This commit is contained in:
@@ -31,13 +31,13 @@ import org.springframework.util.ClassUtils;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Tests for {@link CoreAnnotationsRuntimeHintsRegistrar}.
|
||||
* Tests for {@link CoreAnnotationsRuntimeHints}.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
class CoreAnnotationsRuntimeHintsRegistrarTests {
|
||||
class CoreAnnotationsRuntimeHintsTests {
|
||||
|
||||
private RuntimeHints hints = new RuntimeHints();
|
||||
private final RuntimeHints hints = new RuntimeHints();
|
||||
|
||||
@BeforeEach
|
||||
void setup() {
|
||||
@@ -31,11 +31,11 @@ import org.springframework.util.ClassUtils;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Tests for {@link SpringFactoriesLoaderRuntimeHintsRegistrar}.
|
||||
* Tests for {@link SpringFactoriesLoaderRuntimeHints}.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
class SpringFactoriesLoaderRuntimeHintsRegistrarTests {
|
||||
class SpringFactoriesLoaderRuntimeHintsTests {
|
||||
|
||||
private RuntimeHints hints;
|
||||
|
||||
Reference in New Issue
Block a user