3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-25 10:05: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

@ -3,7 +3,7 @@
* @author Christoph M. Wintersteiger (cwinter)
**/
package com.Microsoft.Z3;
package com.microsoft.z3;
class ASTMapDecRefQueue extends IDecRefQueue
{