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 3673d90 Code formatting. Fix indent.
3673d90 is described below
commit 3673d905ccd2fc0a4c8414976f363cad42e3bcb8
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 e51c93f..396cd91 100644
--- a/java/org/apache/jasper/compiler/Generator.java
+++ b/java/org/apache/jasper/compiler/Generator.java
@@ -556,8 +556,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]