mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
unfinalize
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
42a1926cbb
commit
728139599c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue