IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (finalize warning)
This commit is contained in:
parent
9d77b3d665
commit
f874979908
|
@ -213,7 +213,6 @@ public class SwapFile
|
|||
protected void finalize() throws Throwable //NOSONAR
|
||||
{
|
||||
dispose();
|
||||
super.finalize();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -749,6 +749,5 @@ public class Trx
|
|||
}
|
||||
}, 2, TimeUnit.SECONDS);
|
||||
}
|
||||
super.finalize();
|
||||
}
|
||||
} // Trx
|
||||
|
|
Loading…
Reference in New Issue