3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 03:15:50 +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

@ -17,7 +17,7 @@ Notes:
--*/
package com.Microsoft.Z3;
package com.microsoft.z3;
public class IDisposable
{