Author: markt Date: Wed Jun 24 20:56:19 2009 New Revision: 788180 URL: http://svn.apache.org/viewvc?rev=788180&view=rev Log: Very minor niggle
Modified: tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java Modified: tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java?rev=788180&r1=788179&r2=788180&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java (original) +++ tomcat/trunk/java/org/apache/catalina/valves/AccessLogValve.java Wed Jun 24 20:56:19 2009 @@ -251,7 +251,7 @@ 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"); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org