Skip to content

Commit e9203ca

Browse files
committed
GH-594 - Polishing.
1 parent 3855479 commit e9203ca

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
@@ -105,7 +105,7 @@ public void throwIfPresent() {
105105
/**
106106
* Creates a new {@link Violations} with the given {@link RuntimeException} added to the current ones?
107107
*
108-
* @param exception must not be {@literal null}.
108+
* @param violation must not be {@literal null}.
109109
* @return
110110
*/
111111
Violations and(Violation violation) {

0 commit comments

Comments
 (0)