Fix ErrorResponse#type documentation

Closes gh-29632
This commit is contained in:
Spark61
2022-12-03 22:06:16 +01:00
committed by GitHub
parent ac667a1e2b
commit b366cd352e

View File

@@ -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);