Skip to content

Commit b0fcb3a

Browse files
committed
remove out of date comment
1 parent 3e51e82 commit b0fcb3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,6 @@ private OperationResult executeAssertSessionTransactionState(final BsonDocument
853853
BsonDocument arguments = operation.getDocument("arguments");
854854
ClientSession session = entities.getSession(arguments.getString("session").getValue());
855855
String state = arguments.getString("state").getValue();
856-
//noinspection SwitchStatementWithTooFewBranches
857856
switch (state) {
858857
case "starting":
859858
case "in_progress":

0 commit comments

Comments
 (0)