Fix warnings

This commit is contained in:
Phillip Webb
2016-03-25 11:56:53 -07:00
parent 609704a3bf
commit a3bfc29e6e
27 changed files with 30 additions and 29 deletions

View File

@@ -46,6 +46,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*
* @author Phillip Webb
*/
@SuppressWarnings("deprecation")
@RunWith(SpringRunner.class)
@DirtiesContext
@WebIntegrationTest({ "server.port=0", "value=123" })