Add wildcard types for generics to suppress warnings
This commit is contained in:
parent
1a6ed552ea
commit
2fef8eac1e
3 changed files with 8 additions and 8 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue