Skip to content

Commit

Permalink
Remove TODO for sourceLocation in createTrait related to NodeMapper
Browse files Browse the repository at this point in the history
Those cases will be fixed with smithy-lang#865
  • Loading branch information
gosar committed Jul 19, 2021
1 parent 93e995d commit 156b0ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public Provider() {

@Override
public Trait createTrait(ShapeId target, Node value) {
// TODO: sourceLocation?
return new NodeMapper().deserialize(value, IntegrationTrait.class);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public Provider() {

@Override
public Trait createTrait(ShapeId target, Node value) {
// TODO: sourceLocation?
return new NodeMapper().deserialize(value, MockIntegrationTrait.class);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public Provider() {

@Override
public Trait createTrait(ShapeId target, Node value) {
// TODO: sourceLocation?
return new NodeMapper().deserialize(value, CfnResourceTrait.class);
}
}
Expand Down

0 comments on commit 156b0ac

Please sign in to comment.