Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-26 02:50:06 +01:00
Fix 'Fawe#getClipboardExecutor()' deprecation javadocs
Signed-off-by: Alexander Brandes <mc.cache@web.de>
Dieser Commit ist enthalten in:
Ursprung
b4bcfd6189
Commit
418d098eaa
@ -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")
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren