Skip to content

Commit e8ed84b

Browse files
committed
requested TODO comment fix
1 parent a0a51fd commit e8ed84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpclient5/src/main/java/org/apache/hc/client5/http/auth/gss/GssCredentials.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public GSSCredential getGSSCredential() {
6363

6464
@Override
6565
public Principal getUserPrincipal() {
66-
// TODO Can we extract this somehow ?
66+
// TODO obtain from gssCredential
6767
return null;
6868
}
6969

0 commit comments

Comments
 (0)