This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new d731971 Remove experimental code
d731971 is described below
commit d73197196a578881fd99de0e4bf91e106c194668
Author: Mark Thomas <[email protected]>
AuthorDate: Tue May 18 11:31:37 2021 +0100
Remove experimental code
---
java/org/apache/jasper/compiler/Generator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/jasper/compiler/Generator.java
b/java/org/apache/jasper/compiler/Generator.java
index 92ccaf6..65098c6 100644
--- a/java/org/apache/jasper/compiler/Generator.java
+++ b/java/org/apache/jasper/compiler/Generator.java
@@ -1845,7 +1845,7 @@ class Generator {
// Initialize local variables used in this method.
if (!isTagFile) {
- out.printil("final jakarta.servlet.jsp.PageContext
pageContext = _jspx_page_context;");
+ out.printil("jakarta.servlet.jsp.PageContext pageContext =
_jspx_page_context;");
}
// Only need to define out if the tag has a non-empty body or
// uses <jsp:attribute>...</jsp:attribute> nodes
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]