Add RuntimeHints suffix for RuntimeHintsRegistrar
Closes gh-11497
This commit is contained in:
@@ -29,11 +29,11 @@ import org.springframework.util.ClassUtils;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Tests for {@link LdapSecurityHints}
|
||||
* Tests for {@link LdapSecurityRuntimeHints}
|
||||
*
|
||||
* @author Marcus Da Coregio
|
||||
*/
|
||||
class LdapSecurityHintsTests {
|
||||
class LdapSecurityRuntimeHintsTests {
|
||||
|
||||
private final RuntimeHints hints = new RuntimeHints();
|
||||
|
||||
Reference in New Issue
Block a user