Fix 'Fawe#getClipboardExecutor()' deprecation javadocs

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes
2024-11-24 18:34:11 +01:00
parent b4bcfd6189
commit 418d098eaa

View File

@ -466,7 +466,7 @@ public class Fawe {
* @return Executor used for clipboard IO if clipboard on disk is enabled or null * @return Executor used for clipboard IO if clipboard on disk is enabled or null
* @since 2.6.2 * @since 2.6.2
* @deprecated Use any of {@link Fawe#submitUUIDKeyQueuedTask(UUID, Runnable)}, * @deprecated Use any of {@link Fawe#submitUUIDKeyQueuedTask(UUID, Runnable)},
* {@link Fawe#submitUUIDKeyQueuedTask(UUID, Runnable, Object), {@link Fawe#submitUUIDKeyQueuedTask(UUID, Callable)} * {@link Fawe#submitUUIDKeyQueuedTask(UUID, Runnable, Object)}, {@link Fawe#submitUUIDKeyQueuedTask(UUID, Callable)}
* to ensure if a thread is already a UUID-queued thread, the task is immediately run * to ensure if a thread is already a UUID-queued thread, the task is immediately run
*/ */
@Deprecated(forRemoval = true, since = "2.12.1") @Deprecated(forRemoval = true, since = "2.12.1")