Issue #3246 - fix possible illegal javadoc symbol

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2019-01-15 17:54:53 +11:00
parent b7219d9d9b
commit dde42fc22e
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{