Skip to content

Commit

Permalink
add state descriptions to javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Jan 23, 2020
1 parent f9f2cca commit 059bbfa
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -60,6 +60,13 @@
* is done by the parsing thread.
* </p>
* <pre>{@code
*
* UNPARSED - Parsing has not started, there are no parts which need to be cleaned up.
* PARSING - The parsing thread is reading from the InputStream and generating parts.
* PARSED - Parsing has complete and no more parts will be generated.
* ERROR - deleteParts() has been called while we were in parsing state.
* DELETED - The parts have been deleted, this is the terminal state.
*
* deleteParts()
* +--------------------------------------------------------------+
* | |
Expand Down

0 comments on commit 059bbfa

Please sign in to comment.