diff --git a/src/main/java/org/logicalshift/concurrent/SerialScheduledExecutorService.java b/src/main/java/org/logicalshift/concurrent/SerialScheduledExecutorService.java index 77ddeac..f32c4f7 100755 --- a/src/main/java/org/logicalshift/concurrent/SerialScheduledExecutorService.java +++ b/src/main/java/org/logicalshift/concurrent/SerialScheduledExecutorService.java @@ -43,7 +43,7 @@ /** * Implements ScheduledExecutorService with a controllable time elapse. Tasks are run * in the context of the thread advancing time. - *

+ *

* Tasks are modelled as instantaneous events; tasks scheduled to be run at the same * instant will be run in the order of their registration. */ @@ -182,7 +182,7 @@ public T invokeAny(Collection> callables, long l, Time /** * Advance time by the given quantum. - *

+ *

* Scheduled tasks due for execution will be executed in the caller's thread. * * @param quantum the amount of time to advance