maedhroz commented on code in PR #3459:
URL: https://github.com/apache/cassandra/pull/3459#discussion_r1707777707
##########
test/harry/main/org/apache/cassandra/harry/checker/ModelChecker.java:
##########
@@ -212,20 +253,146 @@ public void map(ThrowingFunction<T, T> fn) throws
Throwable
}
}
- public static class State<MODEL, SUT>
+ public static class Pair<L, R>
{
- public final MODEL model;
- public final SUT sut;
+ private static Pair<?, ?> UNCHANGED = new Pair<>(null, null);
Review Comment:
```suggestion
private static final Pair<?, ?> UNCHANGED = new Pair<>(null, null);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]