From 89c8797cc8b3d489672dd895072161a949bbb55c Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 24 Jun 2009 20:56:19 +0000 Subject: [PATCH] Very minor niggle git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@788180 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/valves/AccessLogValve.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/valves/AccessLogValve.java b/java/org/apache/catalina/valves/AccessLogValve.java index 584d668ae..74b847f5d 100644 --- a/java/org/apache/catalina/valves/AccessLogValve.java +++ b/java/org/apache/catalina/valves/AccessLogValve.java @@ -251,7 +251,7 @@ public class AccessLogValve private class AccessDateStruct { private Date currentDate = new Date(); private String currentDateString = null; - private SimpleDateFormat dayFormatter = new SimpleDateFormat("dd");; + private SimpleDateFormat dayFormatter = new SimpleDateFormat("dd"); private SimpleDateFormat monthFormatter = new SimpleDateFormat("MM"); private SimpleDateFormat yearFormatter = new SimpleDateFormat("yyyy"); private SimpleDateFormat timeFormatter = new SimpleDateFormat("HH:mm:ss"); -- 2.11.0