Fixed checkstyle errors.
This commit is contained in:
parent
a29bf3d9c8
commit
25cbf98390
@ -32,5 +32,5 @@ public interface Credentials {
|
|||||||
* Implement this method to provide authentication for the given connection.
|
* Implement this method to provide authentication for the given connection.
|
||||||
* @param connection the HTTP connection to authenticate
|
* @param connection the HTTP connection to authenticate
|
||||||
*/
|
*/
|
||||||
public void authenticate(final HttpURLConnection connection);
|
void authenticate(final HttpURLConnection connection);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user