Remove ancient code formatter artifacts.
This commit is contained in:
parent
869c6a7c18
commit
2953f56b2b
|
@ -57,7 +57,7 @@ public interface AuthenticationProvider {
|
|||
* <p>Selection of an <code>AuthenticationProvider</code> capable of performing authentication is
|
||||
* conducted at runtime the <code>ProviderManager</code>.</p>
|
||||
*
|
||||
* @param authentication DOCUMENT ME!
|
||||
* @param authentication
|
||||
*
|
||||
* @return <code>true</code> if the implementation can more closely evaluate the <code>Authentication</code> class
|
||||
* presented
|
||||
|
|
|
@ -73,8 +73,6 @@ public class TargetObject implements ITargetObject {
|
|||
* Delegates through to the {@link #makeLowerCase(String)} method.
|
||||
*
|
||||
* @param input the message to be made lower-case
|
||||
*
|
||||
* @return DOCUMENT ME!
|
||||
*/
|
||||
public String publicMakeLowerCase(String input) {
|
||||
return this.makeLowerCase(input);
|
||||
|
|
Loading…
Reference in New Issue