Update spring-web/src/main/java/org/springframework/web/method/HandlerMethod.java
Co-authored-by: Sam Brannen <104798+sbrannen@users.noreply.github.com> Signed-off-by: WonYong Hwang <111210881+wonyongg@users.noreply.github.com>
This commit is contained in:
parent
ff264255c8
commit
80adb2a3d0
|
@ -353,10 +353,10 @@ public class HandlerMethod extends AnnotatedMethod {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the description of this handler method.
|
* Returns a concise description of this {@code HandlerMethod}, which is used
|
||||||
* This method is used in log and error messages,
|
* in log and error messages.
|
||||||
* so the returned description should typically include the method signature
|
* <p>The description should typically include the method signature of the
|
||||||
* of the underlying handler method for clarity and debugging purposes.
|
* underlying handler method for clarity and debugging purposes.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
|
|
Loading…
Reference in New Issue