Better comments and naming for DoorInstance isOpen method.

This commit is contained in:
MobiusDevelopment
2019-08-23 08:27:45 +00:00
parent 895f3b56c7
commit 2bd3168bb2
21 changed files with 37 additions and 39 deletions

View File

@ -197,7 +197,7 @@ public class DoorInstance extends Creature
}
/**
* @return Returns the open.
* @return Returns if the door is open.
*/
public boolean isOpen()
{
@ -205,7 +205,7 @@ public class DoorInstance extends Creature
}
/**
* @param open The open to set.
* @param open The door open status.
*/
public void setOpen(boolean open)
{