This is an automated email from the ASF dual-hosted git repository.
markt 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 66e4aa2 Code formatting. Fix indent.
66e4aa2 is described below
commit 66e4aa2f75b51a23386f819f94565066f396b153
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Mar 30 14:54:24 2021 +0100
Code formatting. Fix indent.
---
java/org/apache/jasper/compiler/Generator.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/org/apache/jasper/compiler/Generator.java
b/java/org/apache/jasper/compiler/Generator.java
index b85c777..91c7555 100644
--- a/java/org/apache/jasper/compiler/Generator.java
+++ b/java/org/apache/jasper/compiler/Generator.java
@@ -549,8 +549,8 @@ class Generator {
if (isPoolingEnabled) {
for (int i = 0; i < tagHandlerPoolNames.size(); i++) {
- out.printin(tagHandlerPoolNames.elementAt(i));
- out.println(".release();");
+ out.printin(tagHandlerPoolNames.elementAt(i));
+ out.println(".release();");
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]