Skip to content

Commit

Permalink
fixed CodeNarc
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed May 7, 2024
1 parent d1ebf78 commit fdb2412
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ class DefaultDynamoDBService<TItemClass> implements DynamoDBService<TItemClass>
new ArgumentUnmarshaller() {

@Override
void typeCheck(AttributeValue value, Method setter) {

}
void typeCheck(AttributeValue value, Method setter) { }

@Override
Object unmarshall(AttributeValue value) throws ParseException {
Expand Down

0 comments on commit fdb2412

Please sign in to comment.