Checkstyle requires calling super.finalize

This commit is contained in:
Kenzie Togami 2018-10-30 18:44:32 -07:00
parent e1fbaaff59
commit b8ae611c73
No known key found for this signature in database
GPG Key ID: 5D200B325E157A81

View File

@ -36,6 +36,7 @@ public class TracedEditSession extends EditSession {
@Override
protected void finalize() throws Throwable {
super.finalize();
if (!isQueueEnabled() && !isBatchingChunks()) {
return;
}