Skip to content

Commit d31dfa0

Browse files
MINOR: Fix typo in MemberAssignmentImplTest (#21070)
Fix typo in MemberAssignmentImplTest comment. Reviewers: David Jacot <[email protected]>
1 parent ad2845f commit d31dfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

group-coordinator/src/test/java/org/apache/kafka/coordinator/group/modern/MemberAssignmentImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class MemberAssignmentImplTest {
3030

3131
@Test
3232
public void testPartitionsMutable() {
33-
// We depend on the the map inside MemberAssignmentImpl remaining mutable in the server-side
33+
// We depend on the map inside MemberAssignmentImpl remaining mutable in the server-side
3434
// assignors, otherwise we end up deep copying the map unnecessarily.
3535
Uuid topicId1 = Uuid.randomUuid();
3636
Uuid topicId2 = Uuid.randomUuid();

0 commit comments

Comments
 (0)