Typo Iteratable

This commit is contained in:
thatsIch
2014-09-21 01:25:44 +02:00
parent d979ae8ffd
commit 03e376c428
2 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ public class Grid implements IGrid
@Override
public IReadOnlyCollection<IGridNode> getNodes()
{
return new NodeIteratable( Machines );
return new NodeIterable( Machines );
}
@Override