We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492b413 commit c54250fCopy full SHA for c54250f
core/src/test/java/com/scalar/db/transaction/consensuscommit/CoordinatorGroupCommitterTest.java
@@ -258,8 +258,9 @@ void remove_GivenAllFullTxIds_ShouldRemoveAll() throws Exception {
258
}
259
260
261
+ @SuppressWarnings("ClassCanBeStatic")
262
@Nested
- static class CoordinatorGroupCommitKeyManipulatorTest {
263
+ class CoordinatorGroupCommitKeyManipulatorTest {
264
private final CoordinatorGroupCommitKeyManipulator keyManipulator =
265
new CoordinatorGroupCommitKeyManipulator();
266
0 commit comments