Skip to content

Commit e5a898e

Browse files
daniel-rafflerbaierd
authored andcommitted
Removed unnecessary "resource" annotations.
1 parent 0617311 commit e5a898e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/org/sosy_lab/java_smt/test/SolverThreadLocalityTest.java

-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public void allLocalTest() throws InterruptedException, SolverException {
6868
}
6969
}
7070

71-
@SuppressWarnings("resource")
7271
@Test
7372
public void nonlocalContextTest()
7473
throws ExecutionException, InterruptedException, SolverException {
@@ -103,7 +102,6 @@ public void nonlocalContextTest()
103102
}
104103
}
105104

106-
@SuppressWarnings("resource")
107105
@Test
108106
public void nonlocalFormulaTest()
109107
throws InterruptedException, SolverException, ExecutionException {
@@ -281,7 +279,6 @@ public <T> void nonlocalInterpolationTest() throws InterruptedException, Executi
281279
}
282280
}
283281

284-
@SuppressWarnings("resource")
285282
@Test
286283
public void wrongContextTest()
287284
throws InterruptedException, SolverException, InvalidConfigurationException {

0 commit comments

Comments
 (0)