Correct screwy formatting.

This commit is contained in:
Luke Taylor 2005-12-22 01:42:27 +00:00
parent 3977e3b822
commit 9b5aa159aa

View File

@ -97,8 +97,8 @@ public class X509AuthenticationProvider implements AuthenticationProvider,
logger.debug("X509 authentication request: " + authentication);
}
X509Certificate clientCertificate = (X509Certificate) authentication
.getCredentials();
X509Certificate clientCertificate =
(X509Certificate) authentication.getCredentials();
if (clientCertificate == null) {
throw new BadCredentialsException(messages.getMessage(