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 21411a21f9 Use correct import
21411a21f9 is described below
commit 21411a21f98752acda872e3a00fe1882419a97bc
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Sep 15 10:40:08 2023 +0100
Use correct import
---
java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java
b/java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java
index c7a6f27a48..5879bbf2ea 100644
--- a/java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java
+++ b/java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java
@@ -16,6 +16,7 @@
*/
package org.apache.coyote.http11.filters;
+import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.nio.ByteBuffer;
@@ -30,7 +31,6 @@ import org.apache.coyote.Response;
import org.apache.coyote.http11.HttpOutputBuffer;
import org.apache.coyote.http11.OutputFilter;
import org.apache.tomcat.util.buf.HexUtils;
-import org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream;
/**
* Chunked output filter.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]