Skip to content

Commit

Permalink
Fix Javadoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emichael committed Jul 11, 2023
1 parent 45d2c5b commit 35df0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/tst/dslabs/framework/testing/StatePredicate.java
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public static StatePredicate resultPredicate(String name,
* state. Because StatePredicates can call user code, they can throw
* exceptions.
*
* Invariant: this.exceptionThrown() == (this.value() == null)
* <p>Invariant: this.exceptionThrown() == (this.value() == null)
*/
public static class PredicateResult {
@Getter private final StatePredicate predicate;
Expand Down

0 comments on commit 35df0e9

Please sign in to comment.