Don't override variable name
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1533544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b6c2cc0bd
commit
4be45b6dcc
|
@ -284,7 +284,7 @@ public class FastDateFormatTest {
|
||||||
pool.submit(new Runnable() {
|
pool.submit(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
for(int i= 0; i<NROUNDS; ++i) {
|
for(int j= 0; j<NROUNDS; ++j) {
|
||||||
try {
|
try {
|
||||||
final Date date= new Date();
|
final Date date= new Date();
|
||||||
final String formattedDate= formatter.format(date);
|
final String formattedDate= formatter.format(date);
|
||||||
|
|
Loading…
Reference in New Issue