Skip to content

Commit 84540da

Browse files
SAY-5odrotbohm
authored andcommitted
GH-1696 - Fix typo in Javadoc of ApplicationModules.
Signed-off-by: SAY-5 <saiasish.cnp@gmail.com>
1 parent c743bdd commit 84540da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spring-modulith-core/src/main/java/org/springframework/modulith/core/ApplicationModules.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}.

0 commit comments

Comments
 (0)