Issue #3246 - fix possible illegal javadoc symbol
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
b7219d9d9b
commit
dde42fc22e
|
@ -100,7 +100,7 @@ abstract public class WriteFlusher
|
|||
* @param previous the expected current state
|
||||
* @param next the desired new state
|
||||
* @return the previous state or null if the state transition failed
|
||||
* @throws IllegalStateException if previous->next is not a legal state transition (api usage error)
|
||||
* @throws IllegalStateException if previous to next is not a legal state transition (api usage error)
|
||||
*/
|
||||
private boolean updateState(State previous, State next)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue