This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 9a2eec7 Fix comment 9a2eec7 is described below commit 9a2eec733ca9c2f3957255b15fa33c2786adc7d9 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Jan 21 11:47:26 2020 +0000 Fix comment --- java/org/apache/coyote/http11/upgrade/UpgradeProcessorExternal.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/coyote/http11/upgrade/UpgradeProcessorExternal.java b/java/org/apache/coyote/http11/upgrade/UpgradeProcessorExternal.java index 75d074e..b73f4e7 100644 --- a/java/org/apache/coyote/http11/upgrade/UpgradeProcessorExternal.java +++ b/java/org/apache/coyote/http11/upgrade/UpgradeProcessorExternal.java @@ -134,6 +134,6 @@ public class UpgradeProcessorExternal extends UpgradeProcessorBase { @Override public void pause() { - // NOOP for AJP + // NOOP } } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org