Skip to content

Commit

Permalink
Update codegen/smithy-dafny-codegen/src/main/java/software/amazon/pol…
Browse files Browse the repository at this point in the history
…ymorph/traits/MutableLocalStateTraitValidator.java

Co-authored-by: Robin Salkeld <[email protected]>
  • Loading branch information
seebees and robin-aws authored Oct 18, 2024
1 parent 5beaadf commit f46113d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public List<ValidationEvent> validate(Model model) {
"""
aws.polymorph#mutableLocalState may allow callers to introduce soundness issues.
At this time to support dynamic mutable state smithy-dafny creates a seperated class by using an {:axiom}.
At this time to support dynamic mutable state smithy-dafny creates a "separated class" by using an {:axiom}.
The idea for these seperated classes is that the resource has access to an internal modifies set.
This is sometimes referred to as an Repr set.
The resources internal operations are allowed to modify this InternalModifies,
Expand Down

0 comments on commit f46113d

Please sign in to comment.