From 8855ebcf9cc4ee41e8ea3d6b7aa7b417ab3a2ad1 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 16 May 2024 13:27:45 +0200 Subject: [PATCH] GH-596 - Polishing. --- .../main/java/org/springframework/modulith/core/Violations.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-modulith-core/src/main/java/org/springframework/modulith/core/Violations.java b/spring-modulith-core/src/main/java/org/springframework/modulith/core/Violations.java index 45e0195b..cd82a02f 100644 --- a/spring-modulith-core/src/main/java/org/springframework/modulith/core/Violations.java +++ b/spring-modulith-core/src/main/java/org/springframework/modulith/core/Violations.java @@ -105,7 +105,7 @@ public class Violations extends RuntimeException { /** * Creates a new {@link Violations} with the given {@link RuntimeException} added to the current ones? * - * @param exception must not be {@literal null}. + * @param violation must not be {@literal null}. * @return */ Violations and(Violation violation) {