summaryrefslogtreecommitdiff
path: root/examples/api/java/LinearArith.java
diff options
context:
space:
mode:
authormudathirmahgoub <mudathirmahgoub@gmail.com>2021-10-22 18:00:06 -0500
committerGitHub <noreply@github.com>2021-10-22 23:00:06 +0000
commit60c9b4980920e0f279085e4dd1ea2518b218074c (patch)
tree4f402f4f1c2c6760a8b877b307ff16cbefed2019 /examples/api/java/LinearArith.java
parentc6c2cb9d3cc911526266e517460b3e8ae2dab9c0 (diff)
Refactor java package name from cvc5 to io.github.cvc5.api (#7340)
This PR refactors java package name from cvc5 to io.github.cvc5.api. It also refactor the names of cpp and java files.
Diffstat (limited to 'examples/api/java/LinearArith.java')
-rw-r--r--examples/api/java/LinearArith.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/api/java/LinearArith.java b/examples/api/java/LinearArith.java
index 0c728894a..2e67d526f 100644
--- a/examples/api/java/LinearArith.java
+++ b/examples/api/java/LinearArith.java
@@ -14,7 +14,7 @@
* the push pop of cvc5. This also gives an example option.
*/
-import cvc5.*;
+import io.github.cvc5.api.*;
public class LinearArith
{
public static void main(String args[]) throws CVC5ApiException
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback