Skip to content
Snippets Groups Projects
Verified Commit 3e09e127 authored by Sebastian's avatar Sebastian
Browse files

Fix overly long line in TaskScheduler

parent 861ac1e7
Branches
Tags
1 merge request!37Resolve "Check Java code style using CI"
...@@ -32,7 +32,8 @@ public interface TaskScheduler { ...@@ -32,7 +32,8 @@ public interface TaskScheduler {
/** /**
* Cancels the task if it has not already started running. If the task * Cancels the task if it has not already started running. If the task
* is {@link #scheduleWithFixedDelay(Runnable, Executor, long, long, TimeUnit) periodic}, * is {@link #scheduleWithFixedDelay(Runnable, Executor, long, long,
* TimeUnit) periodic},
* all future executions of the task are cancelled. * all future executions of the task are cancelled.
*/ */
void cancel(); void cancel();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment