feat: synchronise disk clipboard loading and deletion to clipboardLock (#2342)

- another possible help towards the OverlappingFileLockException
This commit is contained in:
Jordan
2023-07-15 16:40:52 +01:00
committed by GitHub
parent f4da4b0287
commit e6b1308590
3 changed files with 59 additions and 34 deletions

View File

@ -449,7 +449,6 @@ public class Fawe {
* @return Executor used for clipboard IO if clipboard on disk is enabled or null
* @since 2.6.2
*/
@Nullable
public KeyQueuedExecutorService<UUID> getClipboardExecutor() {
return this.clipboardExecutor;
}