mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
unfinalize
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
42a1926cbb
commit
728139599c
|
@ -33,7 +33,7 @@ import java.util.Map;
|
||||||
* to them.
|
* to them.
|
||||||
**/
|
**/
|
||||||
public class Context implements AutoCloseable {
|
public class Context implements AutoCloseable {
|
||||||
private final long m_ctx;
|
private long m_ctx;
|
||||||
static final Object creation_lock = new Object();
|
static final Object creation_lock = new Object();
|
||||||
|
|
||||||
public Context () {
|
public Context () {
|
||||||
|
|
Loading…
Reference in a new issue