Corrected javadoc

This commit is contained in:
Luke Taylor 2005-11-06 21:01:21 +00:00
parent 60b0bfc41f
commit bba77b64e9
1 changed files with 1 additions and 2 deletions

View File

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