|
@@ -31,11 +31,11 @@ import org.springframework.util.ClassUtils;
|
|
|
import static org.assertj.core.api.Assertions.assertThat;
|
|
|
|
|
|
/**
|
|
|
- * Tests for {@link GlobalMethodSecurityHints}
|
|
|
+ * Tests for {@link GlobalMethodSecurityRuntimeHints}
|
|
|
*
|
|
|
* @author Marcus Da Coregio
|
|
|
*/
|
|
|
-class GlobalMethodSecurityHintsTests {
|
|
|
+class GlobalMethodSecurityRuntimeHintsTests {
|
|
|
|
|
|
private final RuntimeHints hints = new RuntimeHints();
|
|
|
|