Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
KuechA committed Oct 3, 2024
1 parent ed21aa8 commit 344ea58
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,9 @@ class AbstractEvaluator {
}

/**
* Returns 0 if the condition evaluates to True and 1 if it evaluates to false.
* If the outcome cannot be deduced it returns -1.
* Returns 0 if the condition evaluates to True and 1 if it evaluates to false. If the outcome
* cannot be deduced it returns -1.
*
* @param condition The Expression used as branch condition
* @return 0, 1 or -1 depending on the Boolean evaluation
*/
Expand Down

0 comments on commit 344ea58

Please sign in to comment.