Fix ErrorResponse#type documentation
Closes gh-29632
This commit is contained in:
@@ -227,7 +227,7 @@ public interface ErrorResponse {
|
|||||||
Builder detailMessageArguments(Object... messageArguments);
|
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
|
* @return the same builder instance
|
||||||
*/
|
*/
|
||||||
Builder type(URI type);
|
Builder type(URI type);
|
||||||
|
|||||||
Reference in New Issue
Block a user