File tree Expand file tree Collapse file tree
spring-modulith-core/src/main/java/org/springframework/modulith/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ public ApplicationModules verify(VerificationOptions options) {
472472 }
473473
474474 /**
475- * Executes all verifications to be applied and returns {@link Violations} if any occured . Will always execute the
475+ * Executes all verifications to be applied and returns {@link Violations} if any occurred . Will always execute the
476476 * verifications in contrast to {@link #verify()} which just runs once.
477477 *
478478 * @return will never be {@literal null}.
@@ -484,7 +484,7 @@ public Violations detectViolations() {
484484
485485 /**
486486 * Executes all verifications to be applied considering the given {@link VerificationOptions} and returns
487- * {@link Violations} if any occured . Will always execute the verifications in contrast to {@link #verify()} which
487+ * {@link Violations} if any occurred . Will always execute the verifications in contrast to {@link #verify()} which
488488 * just runs once.
489489 *
490490 * @return will never be {@literal null}.
You can’t perform that action at this time.
0 commit comments