File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
java/org/springframework/test/context/hint
resources/META-INF/spring Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package org .springframework .test .context .aot . hint ;
17
+ package org .springframework .test .context .hint ;
18
18
19
19
import org .springframework .aot .hint .RuntimeHints ;
20
20
import org .springframework .core .annotation .MergedAnnotations ;
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package org .springframework .test .context .aot . hint ;
17
+ package org .springframework .test .context .hint ;
18
18
19
19
import java .lang .annotation .Annotation ;
20
20
import java .util .Arrays ;
Original file line number Diff line number Diff line change 4
4
*/
5
5
@ NonNullApi
6
6
@ NonNullFields
7
- package org .springframework .test .context .aot . hint ;
7
+ package org .springframework .test .context .hint ;
8
8
9
9
import org .springframework .lang .NonNullApi ;
10
10
import org .springframework .lang .NonNullFields ;
Original file line number Diff line number Diff line change 1
1
org.springframework.aot.hint.RuntimeHintsRegistrar=\
2
- org.springframework.test.context.aot. hint.TestContextRuntimeHints
2
+ org.springframework.test.context.hint.TestContextRuntimeHints
3
3
4
4
org.springframework.test.context.aot.TestRuntimeHintsRegistrar=\
5
- org.springframework.test.context.aot. hint.StandardTestRuntimeHints
5
+ org.springframework.test.context.hint.StandardTestRuntimeHints
You can’t perform that action at this time.
0 commit comments