Switched to external Compiler, fixed all java syntax errors
This commit is contained in:
parent
0ddff4cd7b
commit
29b5af3e51
1 changed files with 2 additions and 1 deletions
|
@ -37,10 +37,11 @@ public class GridRailing extends NodeGrid<NodeRailing>
|
|||
{
|
||||
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
public IItemRailing findNearestColoredTarget(IItemRailingTransfer itemwrapper)
|
||||
{
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue