mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-27 13:14:04 +00:00
Checkstyle requires calling super.finalize
This commit is contained in:
@@ -36,6 +36,7 @@ public class TracedEditSession extends EditSession {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void finalize() throws Throwable {
|
protected void finalize() throws Throwable {
|
||||||
|
super.finalize();
|
||||||
if (!isQueueEnabled() && !isBatchingChunks()) {
|
if (!isQueueEnabled() && !isBatchingChunks()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user