Fix checksyle 'violations'

This commit is contained in:
Dave Syer
2016-05-06 13:11:09 +01:00
parent be398741e1
commit bdc71f693c
2 changed files with 20 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ public class TestRestTemplate extends org.springframework.boot.test.web.client.T
/**
* Create a new {@link TestRestTemplate} instance.
*
*
* @param httpClientOptions
* client options to use if the Apache HTTP Client is used
*/
@@ -46,7 +46,7 @@ public class TestRestTemplate extends org.springframework.boot.test.web.client.T
/**
* Create a new {@link TestRestTemplate} instance with the specified
* credentials.
*
*
* @param username
* the username to use (or {@code null})
* @param password