3
0
Fork 0
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:
Christoph M. Wintersteiger 2012-11-27 00:39:23 +00:00
parent 8c32f6b015
commit 1e8b45e653
46 changed files with 218 additions and 283 deletions

View file

@ -21,5 +21,5 @@ package com.Microsoft.Z3;
public class IDisposable
{
public void Dispose() {}
public void Dispose() throws Z3Exception {}
}