Move TestContextRuntimeHints to aot.hint package

This commit is contained in:
Sam Brannen
2022-08-31 12:54:23 +02:00
parent 98c74059e0
commit 2d35bbd74e
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.test.context.aot;
package org.springframework.test.context.aot.hint;
import java.lang.annotation.Annotation;
import java.util.Arrays;
@@ -35,7 +35,7 @@ import org.springframework.util.ClassUtils;
* @author Sam Brannen
* @since 6.0
*/
public class TestContextRuntimeHints implements RuntimeHintsRegistrar {
class TestContextRuntimeHints implements RuntimeHintsRegistrar {
@Override
public void registerHints(RuntimeHints runtimeHints, ClassLoader classLoader) {