Sets the state object. @param state the state object to use
(final Object state)
| 132 | * @param state the state object to use |
| 133 | */ |
| 134 | void setState(final Object state) { |
| 135 | state_ = state; |
| 136 | } |
| 137 | } |
| 138 | |
| 139 | /** |
no outgoing calls
no test coverage detected