[Minor] Removed unused method

This commit is contained in:
Robert von Burg 2013-12-15 12:29:05 +01:00
parent 23d8a1e0ce
commit f3a9f55007
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@ public class LockableObject {
public static long getLockTime() {
return tryLockTime;
}
public boolean isLockedByCurrentThread() {
return this.lock.isHeldByCurrentThread();
}
/**
* @see java.util.concurrent.locks.ReentrantLock#tryLock(long, TimeUnit)