Skip to content

Commit bc4c6d1

Browse files
committed
clean up
1 parent b4d08c1 commit bc4c6d1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/com/fasterxml/jackson/perf/model/Currency.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@
22

33
import java.util.Map;
44

5-
import org.codehaus.jackson.annotate.JsonIgnoreProperties;
6-
75
/**
86
* Model class for data from
97
* <a href="https://www.exchangerate-api.com">Exchange Rate</a>;
108
* see {@code ./json/USD.json}.
119
*
1210
*/
13-
@JsonIgnoreProperties({
14-
15-
})
1611
public class Currency {
1712
public String base, date, provider, terms;
1813
public int time_last_updated;

0 commit comments

Comments
 (0)