Corrected javadoc
This commit is contained in:
parent
60b0bfc41f
commit
bba77b64e9
|
@ -80,9 +80,8 @@ public class TargetObject implements ITargetObject {
|
||||||
/**
|
/**
|
||||||
* Delegates through to the {@link #makeLowerCase(String)} method.
|
* 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) {
|
public String publicMakeLowerCase(String input) {
|
||||||
return this.makeLowerCase(input);
|
return this.makeLowerCase(input);
|
||||||
|
|
Loading…
Reference in New Issue