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 37b19e3 Polish. Add spaces
37b19e3 is described below
commit 37b19e34f3984bd3849a380562fd3ab74d437df2
Author: xiantang <[email protected]>
AuthorDate: Tue Sep 10 15:03:26 2019 +0800
Polish. Add spaces
---
java/org/apache/tomcat/util/threads/LimitLatch.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/tomcat/util/threads/LimitLatch.java
b/java/org/apache/tomcat/util/threads/LimitLatch.java
index e868405..840ec55 100644
--- a/java/org/apache/tomcat/util/threads/LimitLatch.java
+++ b/java/org/apache/tomcat/util/threads/LimitLatch.java
@@ -126,7 +126,7 @@ public class LimitLatch {
long result = getCount();
if (log.isDebugEnabled()) {
log.debug("Counting down["+Thread.currentThread().getName()+"]
latch="+result);
- }
+ }
return result;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]