mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
Checkstyle requires calling super.finalize
This commit is contained in:
parent
e1fbaaff59
commit
b8ae611c73
@ -36,6 +36,7 @@ public class TracedEditSession extends EditSession {
|
||||
|
||||
@Override
|
||||
protected void finalize() throws Throwable {
|
||||
super.finalize();
|
||||
if (!isQueueEnabled() && !isBatchingChunks()) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user