Skip to content

Commit 2a94ee1

Browse files
committed
Polish contribution
See gh-44348
1 parent b9438be commit 2a94ee1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/orm/jpa/DataJpaTestContextBootstrapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,13 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.test.autoconfigure.data.jpa;
17+
package org.springframework.boot.test.autoconfigure.orm.jpa;
1818

1919
import org.junit.jupiter.api.Nested;
2020
import org.junit.jupiter.api.Test;
2121

2222
import org.springframework.beans.factory.annotation.Autowired;
23-
import org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest;
2423
import org.springframework.core.env.Environment;
2524

2625
import static org.assertj.core.api.Assertions.assertThat;

0 commit comments

Comments
 (0)