mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-23 23:31:27 +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.
|
||||
*
|
||||
* @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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user