Fix 'Fawe#getClipboardExecutor()' deprecation javadocs
Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user