mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 05:22:16 +00:00
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…
x
Reference in New Issue
Block a user