Skip to content

Commit 708246a

Browse files
committed
fix JavaDoc and simplify it.
1 parent a7d447e commit 708246a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/sosy_lab/java_smt/solvers/smtinterpol/SmtInterpolEnvironment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public Iterable<Term[]> checkAllSat(Term[] importantPredicates) throws Interrupt
344344
return script.checkAllsat(importantPredicates);
345345
}
346346

347-
/** This function returns a map, that contains assignments term->term for all terms in terms. */
347+
/** This function returns a map, that contains assignments for all terms. */
348348
public Model getModel() {
349349
try {
350350
return script.getModel();

0 commit comments

Comments
 (0)