Skip to content

Commit 0702898

Browse files
committed
Clean up warnings in Gradle build output
1 parent 60f763a commit 0702898

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spring-test/src/test/java/org/springframework/test/web/client/samples/SampleAsyncTests.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2017 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.
@@ -26,7 +26,6 @@
2626
import org.springframework.test.web.Person;
2727
import org.springframework.test.web.client.MockRestServiceServer;
2828
import org.springframework.util.concurrent.ListenableFuture;
29-
import org.springframework.web.client.AsyncRestTemplate;
3029

3130
import static org.junit.Assert.*;
3231
import static org.springframework.test.web.client.ExpectedCount.manyTimes;
@@ -45,7 +44,7 @@
4544
@SuppressWarnings("deprecation")
4645
public class SampleAsyncTests {
4746

48-
private final AsyncRestTemplate restTemplate = new AsyncRestTemplate();
47+
private final org.springframework.web.client.AsyncRestTemplate restTemplate = new org.springframework.web.client.AsyncRestTemplate();
4948

5049
private final MockRestServiceServer mockServer = MockRestServiceServer.createServer(this.restTemplate);
5150

0 commit comments

Comments
 (0)