You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2021/06/27 17:37:49 UTC

[tomcat] branch 8.5.x updated: Fix Jakarta backport

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

remm 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 48ea9e5  Fix Jakarta backport
48ea9e5 is described below

commit 48ea9e500df0b5f4d59f983a2130b7cc5e9a1790
Author: remm <re...@apache.org>
AuthorDate: Sun Jun 27 19:37:31 2021 +0200

    Fix Jakarta backport
---
 test/org/apache/jasper/compiler/TestJspUtil.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/jasper/compiler/TestJspUtil.java b/test/org/apache/jasper/compiler/TestJspUtil.java
index f7755d0..438fb73 100644
--- a/test/org/apache/jasper/compiler/TestJspUtil.java
+++ b/test/org/apache/jasper/compiler/TestJspUtil.java
@@ -16,7 +16,7 @@
  */
 package org.apache.jasper.compiler;
 
-import jakarta.servlet.http.HttpServletResponse;
+import javax.servlet.http.HttpServletResponse;
 
 import org.junit.Assert;
 import org.junit.Test;

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