Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
/**
* Implements ScheduledExecutorService with a controllable time elapse. Tasks are run
* in the context of the thread advancing time.
* <p/>
* <p>
* Tasks are modelled as instantaneous events; tasks scheduled to be run at the same
* instant will be run in the order of their registration.
*/
Expand Down Expand Up @@ -182,7 +182,7 @@ public <T> T invokeAny(Collection<? extends Callable<T>> callables, long l, Time

/**
* Advance time by the given quantum.
* <p/>
* <p>
* Scheduled tasks due for execution will be executed in the caller's thread.
*
* @param quantum the amount of time to advance
Expand Down