Typo Iteratable
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ public class Grid implements IGrid
|
||||
@Override
|
||||
public IReadOnlyCollection<IGridNode> getNodes()
|
||||
{
|
||||
return new NodeIteratable( Machines );
|
||||
return new NodeIterable( Machines );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user