From 1d2918bc562841fb275a8c50fbe7c206707ffefc Mon Sep 17 00:00:00 2001 From: John Myers Date: Thu, 30 Apr 2015 14:34:44 -0700 Subject: [PATCH] Fix javadoc errors for Java 8 --- .../concurrent/SerialScheduledExecutorService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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