Sets the value of this.lock @param mode Sets the lock state (true/false) in this console. @author Allison Smith (Cyanite)
(boolean mode)
| 47 | * @author Allison Smith (Cyanite) |
| 48 | */ |
| 49 | public void setLock(boolean mode) { |
| 50 | this.lock = mode; |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * Returns the value of this.lock |
nothing calls this directly
no outgoing calls
no test coverage detected