git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@788180
13f79535-47bb-0310-9956-
ffa450edef68
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");