This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 0cb2ba2 Polish. Add spaces
0cb2ba2 is described below
commit 0cb2ba222cd38d1bd4005aee68fc1a7a7c834046
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 8293c4e..6ef2e64 100644
--- a/java/org/apache/tomcat/util/threads/LimitLatch.java
+++ b/java/org/apache/tomcat/util/threads/LimitLatch.java
@@ -124,7 +124,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]