Update Javadoc

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
This commit is contained in:
Thomas Segismont
2020-01-07 10:07:31 +01:00
parent 087a5ceef8
commit b0730b2fe8
2 changed files with 2 additions and 4 deletions

View File

@@ -251,12 +251,12 @@ public interface ContextInternal extends Context, Executor {
ContextInternal duplicate();
/**
* Like {@link Vertx#setPeriodic(long, Handler)} except the periodic timer will fire on this comtext.
* Like {@link Vertx#setPeriodic(long, Handler)} except the periodic timer will fire on this context.
*/
long setPeriodic(long delay, Handler<Long> handler);
/**
* Like {@link Vertx#setTimer(long, Handler)} except the timer will fire on this comtext.
* Like {@link Vertx#setTimer(long, Handler)} except the timer will fire on this context.
*/
long setTimer(long delay, Handler<Long> handler);

View File

@@ -67,8 +67,6 @@ public interface VertxInternal extends Vertx {
Transport transport();
long scheduleTimeout(ContextInternal context, Handler<Long> handler, long delay, boolean periodic);
/**
* Get the current context
* @return the context