mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
Javadoc correction
This commit is contained in:
parent
3889894d16
commit
b5cbc977e1
@ -29,7 +29,7 @@ public class BadCredentialsException extends AuthenticationException {
|
|||||||
|
|
||||||
//~ Constructors ===================================================================================================
|
//~ Constructors ===================================================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs a <code>BadCredentialsException</code> with the specified
|
* Constructs a <code>BadCredentialsException</code> with the specified
|
||||||
* message.
|
* message.
|
||||||
*
|
*
|
||||||
@ -44,7 +44,7 @@ public class BadCredentialsException extends AuthenticationException {
|
|||||||
this.extraInformation = extraInformation;
|
this.extraInformation = extraInformation;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs a <code>BadCredentialsException</code> with the specified
|
* Constructs a <code>BadCredentialsException</code> with the specified
|
||||||
* message and root cause.
|
* message and root cause.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user