Просмотр исходного кода

Remove ancient code formatter artifacts.

Luke Taylor 14 лет назад
Родитель
Сommit
2953f56b2b

+ 1 - 1
core/src/main/java/org/springframework/security/authentication/AuthenticationProvider.java

@@ -57,7 +57,7 @@ public interface AuthenticationProvider {
      * <p>Selection of an <code>AuthenticationProvider</code> capable of performing authentication is
      * <p>Selection of an <code>AuthenticationProvider</code> capable of performing authentication is
      * conducted at runtime the <code>ProviderManager</code>.</p>
      * 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
      * @return <code>true</code> if the implementation can more closely evaluate the <code>Authentication</code> class
      *         presented
      *         presented

+ 0 - 2
core/src/test/java/org/springframework/security/TargetObject.java

@@ -73,8 +73,6 @@ public class TargetObject implements ITargetObject {
      * Delegates through to the {@link #makeLowerCase(String)} method.
      * Delegates through to the {@link #makeLowerCase(String)} method.
      *
      *
      * @param input the message to be made lower-case
      * @param input the message to be made lower-case
-     *
-     * @return DOCUMENT ME!
      */
      */
     public String publicMakeLowerCase(String input) {
     public String publicMakeLowerCase(String input) {
         return this.makeLowerCase(input);
         return this.makeLowerCase(input);