Make javadoc build again

This commit is contained in:
jglrxavpok 2021-08-28 17:09:07 +02:00
parent 7b046c2225
commit 9f97c985aa

View File

@ -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 {