We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326a2aa commit e63f1e8Copy full SHA for e63f1e8
src/org/sosy_lab/java_smt/solvers/z3/Z3AbstractProver.java
@@ -102,7 +102,6 @@ protected void logSolverStack() throws SolverException {
102
}
103
104
105
- @SuppressWarnings("resource")
106
@Override
107
public Model getModel() throws InterruptedException {
108
Preconditions.checkState(!closed);
0 commit comments