Removed several unchecked casts.
This commit is contained in:
@@ -47,5 +47,5 @@ public interface IAECluster {
|
||||
*/
|
||||
boolean isDestroyed();
|
||||
|
||||
Iterator<IGridHost> getTiles();
|
||||
Iterator<? extends IGridHost> getTiles();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user