This commit is contained in:
Gary Gregory 2024-02-09 18:18:49 -05:00
parent 571e9df117
commit 41c63b284a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class FastDateFormatTest extends AbstractLangTest {
private AtomicLongArray measureTime(final Format printer, final Format parser) throws InterruptedException {
final ExecutorService pool = Executors.newFixedThreadPool(NTHREADS);
final AtomicInteger failures = new AtomicInteger(0);
final AtomicInteger failures = new AtomicInteger();
final AtomicLongArray totalElapsed = new AtomicLongArray(2);
try {
for (int i = 0; i < NTHREADS; ++i) {