Skip to content

Commit

Permalink
Issue #4383 - fix javadoc build issue
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 21, 2020
1 parent b217a35 commit 0ab7751
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -56,10 +56,10 @@
* <p>
* Deleting the parts can be done from a different thread if the parts are parsed asynchronously.
* Because of this we use the state to fail the parsing and coordinate which thread will delete any remaining parts.
* The deletion of parts is done by the cleanup thread in all cases except the transition from ERROR->DELETED which
* The deletion of parts is done by the cleanup thread in all cases except the transition from ERROR-&gt;DELETED which
* is done by the parsing thread.
* </p>
* <pre>
* <pre>{@code
* deleteParts()
* +--------------------------------------------------------------+
* | |
Expand All @@ -69,7 +69,7 @@
* | |
* +----------------> ERROR ---------------------+
* deleteParts() parsing thread
* </pre>
* }</pre>
* @see <a href="https://tools.ietf.org/html/rfc7578">https://tools.ietf.org/html/rfc7578</a>
*/
public class MultiPartFormInputStream
Expand Down

0 comments on commit 0ab7751

Please sign in to comment.