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

View File

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

View File

@ -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);