mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +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.
|
||||
**/
|
||||
public class Context implements AutoCloseable {
|
||||
private final long m_ctx;
|
||||
private long m_ctx;
|
||||
static final Object creation_lock = new Object();
|
||||
|
||||
public Context () {
|
||||
|
|
Loading…
Reference in a new issue