IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (finalize warning)

This commit is contained in:
hieplq 2018-10-24 12:40:08 +07:00
parent 9d77b3d665
commit f874979908
2 changed files with 0 additions and 2 deletions

View File

@ -213,7 +213,6 @@ public class SwapFile
protected void finalize() throws Throwable //NOSONAR
{
dispose();
super.finalize();
}

View File

@ -749,6 +749,5 @@ public class Trx
}
}, 2, TimeUnit.SECONDS);
}
super.finalize();
}
} // Trx