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.
|
||||
* This method is used in log and error messages,
|
||||
* so the returned description should typically include the method signature
|
||||
* of the underlying handler method for clarity and debugging purposes.
|
||||
* Returns a concise description of this {@code HandlerMethod}, which is used
|
||||
* in log and error messages.
|
||||
* <p>The description should typically include the method signature of the
|
||||
* underlying handler method for clarity and debugging purposes.
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
|
|
Loading…
Reference in New Issue