minor comment to clarify the test

This commit is contained in:
eugenp 2016-10-31 09:33:00 +02:00
parent 2529414d43
commit f0c98472c0

View File

@ -90,7 +90,6 @@ public class JavaTimerLongRunningUnitTest {
@Override
public void run() {
System.out.println("Task performed on " + new Date());
// TODO: stop the thread
}
};
final Timer timer = new Timer("Timer");