mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00: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