mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
Fix ErrorResponse#type documentation
Closes gh-29632
This commit is contained in:
@@ -227,7 +227,7 @@ public interface ErrorResponse {
|
||||
Builder detailMessageArguments(Object... messageArguments);
|
||||
|
||||
/**
|
||||
* Set the underlying {@link ProblemDetail#setTitle(String)} field.
|
||||
* Set the underlying {@link ProblemDetail#setType(URI)} field.
|
||||
* @return the same builder instance
|
||||
*/
|
||||
Builder type(URI type);
|
||||
|
||||
Reference in New Issue
Block a user