Skip to content

Commit

Permalink
Make discount constructor public
Browse files Browse the repository at this point in the history
  • Loading branch information
ppone committed Apr 11, 2018
1 parent 438d451 commit b2da998
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
jcenter()
}

version = '2.3.0'
version = '2.3.1'

// coveralls plugin depends on xml format report

Expand Down
4 changes: 0 additions & 4 deletions src/main/java/com/invoiced/entity/Discount.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@

public class Discount extends AbstractItem {

Discount() {

}

@JsonInclude(JsonInclude.Include.NON_DEFAULT)
@JsonProperty("id")
public long id;
Expand Down

0 comments on commit b2da998

Please sign in to comment.