Add wildcard types for generics to suppress warnings

This commit is contained in:
Kevin Breslin 2016-05-23 01:35:58 -04:00 committed by Mike Primm
parent 1a6ed552ea
commit 2fef8eac1e
3 changed files with 8 additions and 8 deletions

View file

@ -98,7 +98,7 @@ public class BukkitVersionHelperGlowstone extends BukkitVersionHelper {
}
@Override
public Map getTileEntitiesForChunk(Chunk c) {
public Map<?, ?> getTileEntitiesForChunk(Chunk c) {
// TODO Auto-generated method stub
return Collections.emptyMap();
}