Fix overwrite lowering method access level
This commit is contained in:
parent
4d251e61ca
commit
a66a1dab9d
|
|
@ -17,7 +17,7 @@ public class BlockableEventLoopMixin {
|
||||||
* @reason yielding the thread is pretty pointless if we're about to park anyway
|
* @reason yielding the thread is pretty pointless if we're about to park anyway
|
||||||
*/
|
*/
|
||||||
@Overwrite
|
@Overwrite
|
||||||
protected void waitForTasks() {
|
public void waitForTasks() {
|
||||||
LockSupport.parkNanos("waiting for tasks", MFIX$TICK_WAIT_TIME);
|
LockSupport.parkNanos("waiting for tasks", MFIX$TICK_WAIT_TIME);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user