mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-09 19:45:01 +00:00
Be quiet on the console.
This commit is contained in:
parent
e1a4955e91
commit
3b75763f9d
@ -244,8 +244,8 @@ public Object parseObject(final String source, final ParsePosition pos) {
|
|||||||
final Format fdf = FastDateFormat.getInstance(pattern);
|
final Format fdf = FastDateFormat.getInstance(pattern);
|
||||||
final AtomicLongArray fdfTime= measureTime(fdf, fdf);
|
final AtomicLongArray fdfTime= measureTime(fdf, fdf);
|
||||||
|
|
||||||
System.out.println(">>FastDateFormatTest: FastDatePrinter:"+fdfTime.get(0)+" SimpleDateFormat:"+sdfTime.get(0));
|
//System.out.println(">>FastDateFormatTest: FastDatePrinter:"+fdfTime.get(0)+" SimpleDateFormat:"+sdfTime.get(0));
|
||||||
System.out.println(">>FastDateFormatTest: FastDateParser:"+fdfTime.get(1)+" SimpleDateFormat:"+sdfTime.get(1));
|
//System.out.println(">>FastDateFormatTest: FastDateParser:"+fdfTime.get(1)+" SimpleDateFormat:"+sdfTime.get(1));
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final int NTHREADS= 10;
|
private static final int NTHREADS= 10;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user