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 2022/10/19 14:39:21 UTC

[tomcat] 03/03: Use correct class

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

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

commit 6a22f2f399bfe42c0627e537bc9ce612e6ea3fdb
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Oct 19 15:39:06 2022 +0100

    Use correct class
---
 java/org/apache/coyote/http11/AbstractHttp11InputBuffer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/coyote/http11/AbstractHttp11InputBuffer.java b/java/org/apache/coyote/http11/AbstractHttp11InputBuffer.java
index 8c9f53e162..a18bd09007 100644
--- a/java/org/apache/coyote/http11/AbstractHttp11InputBuffer.java
+++ b/java/org/apache/coyote/http11/AbstractHttp11InputBuffer.java
@@ -45,7 +45,7 @@ public abstract class AbstractHttp11InputBuffer implements InputBuffer, Applicat
     /**
      * The string manager for this package.
      */
-    private static final StringManager sm = StringManager.getManager(Http11InputBuffer.class);
+    private static final StringManager sm = StringManager.getManager(AbstractHttp11InputBuffer.class);
 
 
     private static final byte[] CLIENT_PREFACE_START =


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org