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 ad2845f commit d31dfa0Copy full SHA for d31dfa0
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/modern/MemberAssignmentImplTest.java
@@ -30,7 +30,7 @@ public class MemberAssignmentImplTest {
30
31
@Test
32
public void testPartitionsMutable() {
33
- // We depend on the the map inside MemberAssignmentImpl remaining mutable in the server-side
+ // We depend on the map inside MemberAssignmentImpl remaining mutable in the server-side
34
// assignors, otherwise we end up deep copying the map unnecessarily.
35
Uuid topicId1 = Uuid.randomUuid();
36
Uuid topicId2 = Uuid.randomUuid();
0 commit comments