Resolves #2241 clean up javadoc warnings

This commit is contained in:
Jesse McConnell 2018-02-23 14:18:52 -06:00
parent d179bcf7ac
commit cb67476de0
No known key found for this signature in database
GPG Key ID: 61C3351A438A3B7D
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class BasicAuthentication extends AbstractAuthentication
* Basic authentication result.
* <p>
* Application may utilize this class directly via
* {@link org.eclipse.jetty.client.api.AuthenticationStore#addAuthenticationResult(.Result)}
* {@link org.eclipse.jetty.client.api.AuthenticationStore#addAuthenticationResult(Result)}
* to perform preemptive authentication, that is immediately
* sending the authorization header based on the fact that the
* URI is known to require authentication and that username