1
0
mirror of synced 2026-08-03 08:51:58 +00:00

Corrected javadoc

This commit is contained in:
Luke Taylor
2005-11-06 21:01:21 +00:00
parent 60b0bfc41f
commit bba77b64e9
@@ -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);