Skip to content

Commit

Permalink
HV-2066 Update documentation section 3.1.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 4965992)
  • Loading branch information
cvuuhk authored and marko-bekhta committed Dec 10, 2024
1 parent b23a4c4 commit 8733523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/main/asciidoc/ch03.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ include::{sourcedir}/org/hibernate/validator/referenceguide/chapter03/parameter/

The following preconditions are declared here:

* The `name` passed to the `RentalCar` constructor must not be `null`
* The `name` passed to the `RentalStation` constructor must not be `null`
* When invoking the `rentCar()` method, the given `customer` must not be `null`, the rental's start
date must not be `null` as well as be in the future and finally the rental duration must be at least
one day
Expand Down

0 comments on commit 8733523

Please sign in to comment.