3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-25 18:15:32 +00:00

Java API: package renaming.

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2012-11-27 19:09:30 +00:00
parent d65b836ace
commit eee3bf886d
73 changed files with 95 additions and 88 deletions

View file

@ -4,9 +4,9 @@
* @author Christoph M. Wintersteiger (cwinter)
**/
package com.Microsoft.Z3;
package com.microsoft.z3;
import com.Microsoft.Z3.Enumerations.*;
import com.microsoft.z3.enumerations.*;
/**
* A ParamDescrs describes a set of parameters.