refactoring: corrected wrong getter method name in BaseGate
This commit is contained in:
parent
a07df19c40
commit
737ea7521e
@ -104,7 +104,7 @@ public abstract class BaseGate
|
||||
}
|
||||
|
||||
|
||||
public Set<Location> getGateBlocks()
|
||||
public Set<Location> getGateBlockLocations()
|
||||
{
|
||||
return gateBlockLocations;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user