Explorar el Código

Corrected javadoc

Luke Taylor hace 20 años
padre
commit
bba77b64e9
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      core/src/test/java/org/acegisecurity/TargetObject.java

+ 1 - 2
core/src/test/java/org/acegisecurity/TargetObject.java

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