mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47: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
|
@Override
|
||||||
protected void finalize() throws Throwable {
|
protected void finalize() throws Throwable {
|
||||||
|
super.finalize();
|
||||||
if (!isQueueEnabled() && !isBatchingChunks()) {
|
if (!isQueueEnabled() && !isBatchingChunks()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user