Removed Extra Grids Based on API Change.

This commit is contained in:
AlgorithmX2
2014-02-04 10:11:29 -06:00
parent dc754b4989
commit aed1c9b82c
9 changed files with 52 additions and 44 deletions
+3 -3
View File
@@ -97,7 +97,7 @@ public class SecurityCache implements IGridCache, ISecurityGrid
}
@Override
public void removeNode(IGrid grid, IGridNode gridNode, IGridHost machine)
public void removeNode(IGridNode gridNode, IGridHost machine)
{
if ( machine instanceof TileSecurity )
{
@@ -107,7 +107,7 @@ public class SecurityCache implements IGridCache, ISecurityGrid
}
@Override
public void addNode(IGrid grid, IGridNode gridNode, IGridHost machine)
public void addNode(IGridNode gridNode, IGridHost machine)
{
if ( machine instanceof TileSecurity )
{
@@ -119,7 +119,7 @@ public class SecurityCache implements IGridCache, ISecurityGrid
}
@Override
public void onUpdateTick(IGrid grid)
public void onUpdateTick()
{
}