File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/org/sosy_lab/java_smt/solvers/princess Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99package org .sosy_lab .java_smt .solvers .princess ;
1010
1111import static scala .collection .JavaConverters .asJava ;
12- import static scala .collection .JavaConverters .asScala ;
1312import static scala .collection .JavaConverters .collectionAsScalaIterableConverter ;
1413
1514import ap .api .SimpleAPI ;
7675import scala .Tuple2 ;
7776import scala .Tuple4 ;
7877import scala .collection .immutable .Seq ;
78+ import scala .collection .immutable .Set$ ;
7979
8080/**
8181 * 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) {
216216 SimpleAPI .apply$default$8 (), // tightFunctionScopes
217217 SimpleAPI .apply$default$9 (), // genTotalityAxioms
218218 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
220220 );
221221
222222 if (constructProofs ) { // needed for interpolation and unsat cores
You can’t perform that action at this time.
0 commit comments