File tree 1 file changed +2
-2
lines changed
src/org/sosy_lab/java_smt/solvers/princess
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
package org .sosy_lab .java_smt .solvers .princess ;
10
10
11
11
import static scala .collection .JavaConverters .asJava ;
12
- import static scala .collection .JavaConverters .asScala ;
13
12
import static scala .collection .JavaConverters .collectionAsScalaIterableConverter ;
14
13
15
14
import ap .api .SimpleAPI ;
76
75
import scala .Tuple2 ;
77
76
import scala .Tuple4 ;
78
77
import scala .collection .immutable .Seq ;
78
+ import scala .collection .immutable .Set$ ;
79
79
80
80
/**
81
81
* This is a Wrapper around Princess. This Wrapper allows to set a logfile for all Smt-Queries
@@ -216,7 +216,7 @@ private SimpleAPI getNewApi(boolean constructProofs) {
216
216
SimpleAPI .apply$default$8 (), // tightFunctionScopes
217
217
SimpleAPI .apply$default$9 (), // genTotalityAxioms
218
218
new scala .Some <>(randomSeed ), // randomSeed
219
- asScala ( ImmutableSet . of ()). toSet () // empty Set<LOG_FLAG>, no internal logging
219
+ Set$ . MODULE$ . empty () // empty Set<LOG_FLAG>, no internal logging
220
220
);
221
221
222
222
if (constructProofs ) { // needed for interpolation and unsat cores
You can’t perform that action at this time.
0 commit comments