This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new 5e2b8e7 Use consistent format 5e2b8e7 is described below commit 5e2b8e774e5806447e0e49d2efbdea49b90cc406 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 51a756d..a1486aa 100644 --- a/java/org/apache/coyote/AsyncStateMachine.java +++ b/java/org/apache/coyote/AsyncStateMachine.java @@ -113,7 +113,7 @@ import org.apache.tomcat.util.security.PrivilegedSetTccl; * | | |post() | | | | timeout()| * | | |dispatched() | \|/\|/ \|/ | * | | |---«---------- | ---DISPATCHING | - * | | | | ^ | + * | | | | /|\ | * | | | |----| | * | | | timeout() | * | | | | --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org