MissingCredentialsException: Fix grammar in javadoc
Change-Id: I6ec575a9e726d29af9c97c2b1d47e465d9c7402b
This commit is contained in:
@@ -17,7 +17,7 @@ package com.google.gerrit.server.auth;
|
|||||||
/**
|
/**
|
||||||
* An authentication exception that is thrown when the credentials are not present. This indicates
|
* An authentication exception that is thrown when the credentials are not present. This indicates
|
||||||
* that the AuthBackend has none of the needed information in the request to perform authentication.
|
* that the AuthBackend has none of the needed information in the request to perform authentication.
|
||||||
* If parts of the authentication information is available to the backend, then a different
|
* If parts of the authentication information are available to the backend, then a different
|
||||||
* AuthException should be used.
|
* AuthException should be used.
|
||||||
*/
|
*/
|
||||||
public class MissingCredentialsException extends AuthException {
|
public class MissingCredentialsException extends AuthException {
|
||||||
|
Reference in New Issue
Block a user