1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Remove ancient code formatter artifacts.

This commit is contained in:
Luke Taylor
2011-09-25 21:17:21 +01:00
parent 869c6a7c18
commit 2953f56b2b
2 changed files with 1 additions and 3 deletions
@@ -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);