Skip to content

Commit

Permalink
remove no-args constructor from NumberTag
Browse files Browse the repository at this point in the history
  • Loading branch information
Querz committed Jan 21, 2019
1 parent 8851587 commit f681b87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/net/querz/nbt/NumberTag.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

public abstract class NumberTag<T extends Number & Comparable<T>> extends Tag<T> {

public NumberTag() {}

public NumberTag(T value) {
super(value);
}
Expand Down

0 comments on commit f681b87

Please sign in to comment.