From: markt Date: Wed, 24 Jun 2009 20:56:19 +0000 (+0000) Subject: Very minor niggle X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=89c8797cc8b3d489672dd895072161a949bbb55c;p=tomcat7.0 Very minor niggle git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@788180 13f79535-47bb-0310-9956-ffa450edef68 --- 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");