MissingCredentialsException: Fix grammar in javadoc

Change-Id: I6ec575a9e726d29af9c97c2b1d47e465d9c7402b
This commit is contained in:
David Pursehouse
2017-04-12 12:39:39 +09:00
parent 82393f6a8f
commit 6942451166

View File

@@ -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 {