Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Querz committed Sep 2, 2020
1 parent 90646ab commit 96b13d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/net/querz/nbt/tag/ListTag.java
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ public int indexOf(T t) {
@SuppressWarnings("unchecked")
public <L extends Tag<?>> ListTag<L> asTypedList(Class<L> type) {
checkTypeClass(type);
// typeClass = type;
return (ListTag<L>) this;
}

Expand Down

0 comments on commit 96b13d0

Please sign in to comment.