summaryrefslogtreecommitdiff
path: root/src/api/java/cvc5/CVC5ApiRecoverableException.java
diff options
context:
space:
mode:
authormudathirmahgoub <mudathirmahgoub@gmail.com>2021-09-30 12:07:39 -0500
committerGitHub <noreply@github.com>2021-09-30 17:07:39 +0000
commit720e3afc907f429cf8105ee49b3628ddaacbf7a3 (patch)
tree68e8cd29c979cdab7ba92268d7903cb3e7b79779 /src/api/java/cvc5/CVC5ApiRecoverableException.java
parent4e54aa63e13f551e9c647ce59edd958e1d84ddb1 (diff)
Finish the Java Api (#6396)
This commit finishes the implementation of the Java API. It also includes all java files in the build along with their unit tests.
Diffstat (limited to 'src/api/java/cvc5/CVC5ApiRecoverableException.java')
-rw-r--r--src/api/java/cvc5/CVC5ApiRecoverableException.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/java/cvc5/CVC5ApiRecoverableException.java b/src/api/java/cvc5/CVC5ApiRecoverableException.java
index 3f434d0ff..035a79ab6 100644
--- a/src/api/java/cvc5/CVC5ApiRecoverableException.java
+++ b/src/api/java/cvc5/CVC5ApiRecoverableException.java
@@ -13,7 +13,6 @@
* The cvc5 java API.
*/
-
package cvc5;
public class CVC5ApiRecoverableException extends CVC5ApiException
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback