Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ public ApplicationModules verify(VerificationOptions options) {
}

/**
* Executes all verifications to be applied and returns {@link Violations} if any occured. Will always execute the
* Executes all verifications to be applied and returns {@link Violations} if any occurred. Will always execute the
* verifications in contrast to {@link #verify()} which just runs once.
*
* @return will never be {@literal null}.
Expand All @@ -470,7 +470,7 @@ public Violations detectViolations() {

/**
* Executes all verifications to be applied considering the given {@link VerificationOptions} and returns
* {@link Violations} if any occured. Will always execute the verifications in contrast to {@link #verify()} which
* {@link Violations} if any occurred. Will always execute the verifications in contrast to {@link #verify()} which
* just runs once.
*
* @return will never be {@literal null}.
Expand Down