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/07/30 13:08:13 UTC

[tomcat] 01/03: Polish

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

commit c25615a34af6164c12c8d00ab701ccad75e7c44f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jul 29 20:16:45 2019 +0100

    Polish
---
 java/org/apache/tomcat/util/http/ConcurrentDateFormat.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/java/org/apache/tomcat/util/http/ConcurrentDateFormat.java b/java/org/apache/tomcat/util/http/ConcurrentDateFormat.java
index b773704..9ce953f 100644
--- a/java/org/apache/tomcat/util/http/ConcurrentDateFormat.java
+++ b/java/org/apache/tomcat/util/http/ConcurrentDateFormat.java
@@ -36,8 +36,7 @@ public class ConcurrentDateFormat {
     private final TimeZone timezone;
     private final Queue<SimpleDateFormat> queue = new ConcurrentLinkedQueue<>();
 
-    public ConcurrentDateFormat(String format, Locale locale,
-            TimeZone timezone) {
+    public ConcurrentDateFormat(String format, Locale locale, TimeZone timezone) {
         this.format = format;
         this.locale = locale;
         this.timezone = timezone;


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org