We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba9b5b commit 664812eCopy full SHA for 664812e
spring-modulith-core/src/main/java/org/springframework/modulith/core/Violations.java
@@ -91,7 +91,7 @@ public void throwIfPresent() {
91
/**
92
* Creates a new {@link Violations} with the given {@link RuntimeException} added to the current ones?
93
*
94
- * @param exception must not be {@literal null}.
+ * @param violation must not be {@literal null}.
95
* @return
96
*/
97
Violations and(Violation violation) {
0 commit comments