minor comment to clarify the test
This commit is contained in:
parent
2529414d43
commit
f0c98472c0
@ -90,7 +90,6 @@ public class JavaTimerLongRunningUnitTest {
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
System.out.println("Task performed on " + new Date());
|
System.out.println("Task performed on " + new Date());
|
||||||
// TODO: stop the thread
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
final Timer timer = new Timer("Timer");
|
final Timer timer = new Timer("Timer");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user