Skip to content

Commit 664812e

Browse files
committed
GH-597 - Polishing.
1 parent 3ba9b5b commit 664812e

File tree

1 file changed

+1
-1
lines changed
  • spring-modulith-core/src/main/java/org/springframework/modulith/core

1 file changed

+1
-1
lines changed

spring-modulith-core/src/main/java/org/springframework/modulith/core/Violations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void throwIfPresent() {
9191
/**
9292
* Creates a new {@link Violations} with the given {@link RuntimeException} added to the current ones?
9393
*
94-
* @param exception must not be {@literal null}.
94+
* @param violation must not be {@literal null}.
9595
* @return
9696
*/
9797
Violations and(Violation violation) {

0 commit comments

Comments
 (0)