Wrong class name; make line stand out better

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1390650 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-09-26 18:37:31 +00:00
parent d7af943548
commit e568101617
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ public Object parseObject(String formattedDate) throws ParseException {
long fdfTime= measureTime(formatter, FastDateFormat.getInstance(pattern));
String times= "FastDateParserTest: FastDateParser:"+fdfTime+" SimpleDateFormat:"+sdfTime;
String times= ">>FastDateFormatTest: FastDateParser:"+fdfTime+" SimpleDateFormat:"+sdfTime;
System.out.println(times);
}