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

@ -90,7 +90,7 @@ public abstract class BukkitVersionHelper {
/**
* Get tile entities map from chunk
*/
public abstract Map getTileEntitiesForChunk(Chunk c);
public abstract Map<?, ?> getTileEntitiesForChunk(Chunk c);
/**
* Get X coordinate of tile entity
*/