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:
WonYong Hwang 2025-06-18 19:15:19 +09:00 committed by GitHub
parent ff264255c8
commit 80adb2a3d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -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() {