Add missing '@Override' annotations.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1725779 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2016-01-20 19:17:12 +00:00
parent 70de3fe3c0
commit 2b7a649bf9
1 changed files with 2 additions and 0 deletions

View File

@ -58,10 +58,12 @@ public class KerberosCredentials implements Credentials, Serializable {
return gssCredential;
}
@Override
public Principal getUserPrincipal() {
return null;
}
@Override
public char[] getPassword() {
return null;
}