Archived
0

Sonar: [squid:S1452] Remove usage of generic wildcard type

This commit is contained in:
2019-02-11 14:47:44 +03:00
parent 441e0e91d2
commit b95dd2dfdc
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ public abstract class NetInputStream_p340 extends NetInputStream {
}
@Override
public Tag<?> readNBT() {
public Tag readNBT() {
if (nbtInputStream == null) {
try {
nbtInputStream = new NBTInputStream(this, false);