3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00

fixed java build issues. Relates to #648.

This commit is contained in:
Christoph M. Wintersteiger 2016-06-24 15:08:56 +01:00
parent 3e96a7972f
commit e9eb88e1b3
2 changed files with 6 additions and 1 deletions

View file

@ -188,7 +188,7 @@ class JavaExample
/* do something with the context */
/* be kind to dispose manually and not wait for the GC. */
ctx.dispose();
ctx.close();
}
}