Add RuntimeHints suffix for RuntimeHintsRegistrar

Closes gh-11497
This commit is contained in:
Marcus Da Coregio
2022-07-13 10:14:43 -03:00
parent 177baba8c9
commit 7abea4a964
12 changed files with 16 additions and 16 deletions

View File

@@ -30,11 +30,11 @@ import org.springframework.util.ClassUtils;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Tests for {@link WebMvcSecurityHints}
* Tests for {@link WebMvcSecurityRuntimeHints}
*
* @author Marcus Da Coregio
*/
class WebMvcSecurityHintsTests {
class WebMvcSecurityRuntimeHintsTests {
private final RuntimeHints hints = new RuntimeHints();