mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-29 02:16:42 +00:00
commanding-pipeline diff
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
package com.destroystokyo.paper.util;
|
||||
|
||||
import java.util.concurrent.locks.ReentrantLock;
|
||||
|
||||
public class ReentrantLockWithGetOwner extends ReentrantLock {
|
||||
|
||||
@Override
|
||||
public Thread getOwner() {
|
||||
return super.getOwner();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user