mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
Java API: Build system and Refactoring.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
8c32f6b015
commit
1e8b45e653
46 changed files with 218 additions and 283 deletions
|
@ -21,5 +21,5 @@ package com.Microsoft.Z3;
|
|||
|
||||
public class IDisposable
|
||||
{
|
||||
public void Dispose() {}
|
||||
public void Dispose() throws Z3Exception {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue