Skip to content

Commit

Permalink
Update smithy-model/src/main/java/software/amazon/smithy/model/valida…
Browse files Browse the repository at this point in the history
…tion/validators/IdempotencyTokenIgnoredValidator.java

Co-authored-by: Michael Dowling <[email protected]>
  • Loading branch information
sugmanue and mtdowling authored Jul 29, 2024
1 parent ebab1f6 commit 4fc8c2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/**
* Emits warnings when a structure member has an idempotency token trait that will be ignored.
*/
public class IdempotencyTokenIgnoredValidator extends AbstractValidator {
public final class IdempotencyTokenIgnoredValidator extends AbstractValidator {

@Override
public List<ValidationEvent> validate(Model model) {
Expand Down

0 comments on commit 4fc8c2c

Please sign in to comment.