Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix javadoc errors for Java 8 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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