Merge pull request #10635 from Janne Valkealahti
* gh-10635: Fix typo in documentation
This commit is contained in:
commit
dfb87c67fb
|
|
@ -2035,7 +2035,7 @@ particular controller and/or exception type.
|
||||||
----
|
----
|
||||||
|
|
||||||
In the example above, if `YourException` is thrown by a controller defined in the same
|
In the example above, if `YourException` is thrown by a controller defined in the same
|
||||||
package as `FooController`, a json representation of the `CustomerErrorType` POJO will be
|
package as `FooController`, a json representation of the `CustomErrorType` POJO will be
|
||||||
used instead of the `ErrorAttributes` representation.
|
used instead of the `ErrorAttributes` representation.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue