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 46591e4 Polish. Add spaces
new ca429e4 Merge pull request #202 from xiantang/master
46591e4 is described below
commit 46591e418ee0f4155aedb45b3be3670600415de6
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]