Skip to content

Commit 418d098

Browse files
committed
Fix 'Fawe#getClipboardExecutor()' deprecation javadocs
Signed-off-by: Alexander Brandes <[email protected]>
1 parent b4bcfd6 commit 418d098

File tree

1 file changed

+1
-1
lines changed
  • worldedit-core/src/main/java/com/fastasyncworldedit/core

1 file changed

+1
-1
lines changed

worldedit-core/src/main/java/com/fastasyncworldedit/core/Fawe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ public Thread setMainThread() {
466466
* @return Executor used for clipboard IO if clipboard on disk is enabled or null
467467
* @since 2.6.2
468468
* @deprecated Use any of {@link Fawe#submitUUIDKeyQueuedTask(UUID, Runnable)},
469-
* {@link Fawe#submitUUIDKeyQueuedTask(UUID, Runnable, Object), {@link Fawe#submitUUIDKeyQueuedTask(UUID, Callable)}
469+
* {@link Fawe#submitUUIDKeyQueuedTask(UUID, Runnable, Object)}, {@link Fawe#submitUUIDKeyQueuedTask(UUID, Callable)}
470470
* to ensure if a thread is already a UUID-queued thread, the task is immediately run
471471
*/
472472
@Deprecated(forRemoval = true, since = "2.12.1")

0 commit comments

Comments
 (0)