We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23a4c4 commit 8733523Copy full SHA for 8733523
documentation/src/main/asciidoc/ch03.asciidoc
@@ -56,7 +56,7 @@ include::{sourcedir}/org/hibernate/validator/referenceguide/chapter03/parameter/
56
57
The following preconditions are declared here:
58
59
-* The `name` passed to the `RentalCar` constructor must not be `null`
+* The `name` passed to the `RentalStation` constructor must not be `null`
60
* When invoking the `rentCar()` method, the given `customer` must not be `null`, the rental's start
61
date must not be `null` as well as be in the future and finally the rental duration must be at least
62
one day
0 commit comments