refactoring: corrected wrong getter method name in BaseGate

This commit is contained in:
Tobias Ottenweller 2012-05-13 17:34:28 +02:00
parent a07df19c40
commit 737ea7521e

View File

@ -104,7 +104,7 @@ public abstract class BaseGate
} }
public Set<Location> getGateBlocks() public Set<Location> getGateBlockLocations()
{ {
return gateBlockLocations; return gateBlockLocations;
} }