Very minor niggle
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 24 Jun 2009 20:56:19 +0000 (20:56 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 24 Jun 2009 20:56:19 +0000 (20:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@788180 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/valves/AccessLogValve.java

index 584d668..74b847f 100644 (file)
@@ -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");