Skip to content

Commit 4949a2f

Browse files
committed
fixed
1 parent a7ae3b3 commit 4949a2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/springframework/samples/petclinic/domain/OwnerValidation.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ private void ValidateOwner() {
125125
}
126126

127127
public void PerformValidationFlow(Owner owner) {
128-
if (owner.getPet("Jerry").isNew()) {
129-
ValidateOwner();
130-
}
128+
// if (owner.getPet("Jerry").isNew()) {
129+
// ValidateOwner();
130+
// }
131131
}
132132

133133
}

0 commit comments

Comments
 (0)