From 87335234b9a80ff1191cc700bf4c35357ad89323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E4=B9=A6=E8=B1=AA?= <568126480@qq.com> Date: Sat, 7 Dec 2024 10:26:08 +0800 Subject: [PATCH] HV-2066 Update documentation section 3.1.1 (cherry picked from commit 4965992187f1caaffb1982c8df28329bf86af5e1) --- documentation/src/main/asciidoc/ch03.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/ch03.asciidoc b/documentation/src/main/asciidoc/ch03.asciidoc index b6dd706706..f7516085bc 100644 --- a/documentation/src/main/asciidoc/ch03.asciidoc +++ b/documentation/src/main/asciidoc/ch03.asciidoc @@ -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