Skip to content

Commit 0776041

Browse files
committed
Revert "remove redundant suppression of warning."
This reverts commit e63f1e8.
1 parent e63f1e8 commit 0776041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/org/sosy_lab/java_smt/solvers/z3/Z3AbstractProver.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ protected void logSolverStack() throws SolverException {
102102
}
103103
}
104104

105+
@SuppressWarnings("resource")
105106
@Override
106107
public Model getModel() throws InterruptedException {
107108
Preconditions.checkState(!closed);

0 commit comments

Comments
 (0)