This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new bdbc534 Use consistent format bdbc534 is described below commit bdbc534b6725197e666540eeadb0aa4dbb987f91 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Oct 9 11:49:04 2019 +0100 Use consistent format --- java/org/apache/coyote/AsyncStateMachine.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/coyote/AsyncStateMachine.java b/java/org/apache/coyote/AsyncStateMachine.java index 29b0caf..d9a887a 100644 --- a/java/org/apache/coyote/AsyncStateMachine.java +++ b/java/org/apache/coyote/AsyncStateMachine.java @@ -119,7 +119,7 @@ import org.apache.tomcat.util.security.PrivilegedSetTccl; * | | | |post() | | | | timeout()| | | | error()| * | | | |dispatched() | \|/\|/ \|/ | dispatch()| | |-»--------| * | | | |---«---------- | ---DISPATCHING«-----«------ | ------«----| | - * | | | | | ^ | | + * | | | | | /|\ | | * | | | | |----| | | * | | | | timeout() | | * | | | | | | --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org