Skip to content

Commit

Permalink
Add the "@OverRide" annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sepe81 committed Dec 18, 2018
1 parent d99888d commit e428d8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public Object convertValue(Map<String, Object> context, Object value, Class toTy
return convertValue(value, toType);
}

@Override
public Object convertValue(Map<String, Object> context, Object target, Member member,
String propertyName, Object value, Class toType) {
return convertValue(context, value, toType);
Expand Down

0 comments on commit e428d8d

Please sign in to comment.