Skip to content

Commit

Permalink
Merge pull request #22 from pieterpoorthuis/master
Browse files Browse the repository at this point in the history
Fixed #20
  • Loading branch information
Pieter Poorthuis authored Feb 3, 2017
2 parents 00588dc + 53c45e0 commit 1bc6c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified bin/model/InvoiceTransaction.class
Binary file not shown.
4 changes: 2 additions & 2 deletions src/main/java/model/InvoiceTransaction.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import java.util.Date;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.*;

@JsonIgnoreProperties(ignoreUnknown=true)
public class InvoiceTransaction {

private Double _amount;
Expand Down

0 comments on commit 1bc6c61

Please sign in to comment.