Skip to content

Commit 1d23c4d

Browse files
committed
Fix Comment
1 parent cba676e commit 1d23c4d

File tree

1 file changed

+2
-2
lines changed
  • liquidjava-verifier/src/main/java/liquidjava/processor/refinement_checker

1 file changed

+2
-2
lines changed

liquidjava-verifier/src/main/java/liquidjava/processor/refinement_checker/VCChecker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@ public boolean smtChecks(Predicate found, Predicate expectedType, SourcePosition
263263
* @param cSMT
264264
* @param expectedType
265265
*
266+
* @throws TypeCheckError
266267
* @throws Exception
267-
* @throws GhostFunctionError
268-
* @throws SMTError
268+
*
269269
*/
270270
private void smtChecking(Predicate cSMT, Predicate expectedType, SourcePosition p)
271271
throws TypeCheckError, Exception {

0 commit comments

Comments
 (0)