Skip to content

Commit

Permalink
PreconditionFailureException: Make getFailedPreconditions() final.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjon3377 committed Jan 12, 2024
1 parent c215c9a commit be7f513
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public PreconditionFailureException(final @NotNull String message, final @NotNul

private final List<String> failedPreconditions;

public List<String> getFailedPreconditions() {
public final List<String> getFailedPreconditions() {
return failedPreconditions;
}
}

0 comments on commit be7f513

Please sign in to comment.