You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/10/10 07:59:26 UTC

[tomcat] branch 8.5.x updated: Use consistent format

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 20c39e9  Use consistent format
20c39e9 is described below

commit 20c39e9d6fa25ca6717cec8d7a98a37bf3564426
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 7044f75..3f2d2a2 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org