Sets the value of this.rootPriv @param permission Sets the state of root privileges (true/false) in this console. @author Allison Smith (Cyanite)
(boolean permission)
| 178 | * @author Allison Smith (Cyanite) |
| 179 | */ |
| 180 | public void setRootPrivs(boolean permission) { |
| 181 | this.rootPriv = permission; |
| 182 | } |
| 183 | |
| 184 | /** |
| 185 | * Returns the value of this.rootPriv |
nothing calls this directly
no outgoing calls
no test coverage detected