You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/09/11 17:24:10 UTC

[tomcat] branch 8.5.x updated: Polish. Add spaces

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 <98...@qq.com>
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org