Skip to content

Commit d0c742b

Browse files
committed
Merge branch '3.5.x'
Closes gh-47146
2 parents b0ab4f8 + fb56a10 commit d0c742b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.test.autoconfigure.web.client;
17+
package org.springframework.boot.restclient;
1818

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

21-
import org.springframework.boot.restclient.RestTemplateBuilder;
2221
import org.springframework.test.web.client.MockRestServiceServer;
2322
import org.springframework.web.client.RestClient;
2423
import org.springframework.web.client.RestClient.Builder;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.test.autoconfigure.web.client;
17+
package org.springframework.boot.restclient;
1818

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

0 commit comments

Comments
 (0)