Resolved some unchecked Types
This commit is contained in:
@@ -90,7 +90,7 @@ public class AdaptorBCPipe extends InventoryAdaptor
|
||||
@Override
|
||||
public Iterator<ItemSlot> iterator()
|
||||
{
|
||||
return new NullIterator();
|
||||
return new NullIterator<ItemSlot>();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user