File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
spring-modulith-core/src/main/java/org/springframework/modulith/core Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ private Violations(List<Violation> violations) {
4949 }
5050
5151 /**
52- * A {@link Collector} to turn a {@link Stream} of {@link RuntimeException}s into a {@link Violations} instance.
52+ * A {@link Collector} to turn a {@link java.util.stream.Stream} of {@link RuntimeException}s into a
53+ * {@link Violations} instance.
5354 *
5455 * @return will never be {@literal null}.
5556 */
@@ -91,7 +92,7 @@ public void throwIfPresent() {
9192 /**
9293 * Creates a new {@link Violations} with the given {@link RuntimeException} added to the current ones?
9394 *
94- * @param exception must not be {@literal null}.
95+ * @param violation must not be {@literal null}.
9596 * @return
9697 */
9798 Violations and (Violation violation ) {
You can’t perform that action at this time.
0 commit comments