mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-07 16:01:55 +01:00
Make javadoc build again
This commit is contained in:
parent
7b046c2225
commit
9f97c985aa
@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit;
|
||||
|
||||
/**
|
||||
* Executor service which will always give the same thread to a given Runnable.
|
||||
* Uses {@link Runnable#hashCode()} to determine the thread to assign.
|
||||
* Uses <pre>Runnable#hashCode()</pre> to determine the thread to assign.
|
||||
*/
|
||||
public class ThreadBindingExecutor extends AbstractExecutorService {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user