This is an automated email from the ASF dual-hosted git repository.
dajac pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new d31dfa0a596 MINOR: Fix typo in MemberAssignmentImplTest (#21070)
d31dfa0a596 is described below
commit d31dfa0a596cc07604bc89ba2f07287fda34a22d
Author: Sean Quah <[email protected]>
AuthorDate: Thu Dec 4 13:30:34 2025 +0000
MINOR: Fix typo in MemberAssignmentImplTest (#21070)
Fix typo in MemberAssignmentImplTest comment.
Reviewers: David Jacot <[email protected]>
---
.../apache/kafka/coordinator/group/modern/MemberAssignmentImplTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/group-coordinator/src/test/java/org/apache/kafka/coordinator/group/modern/MemberAssignmentImplTest.java
b/group-coordinator/src/test/java/org/apache/kafka/coordinator/group/modern/MemberAssignmentImplTest.java
index fb0d3042ed4..9c7dbb6a638 100644
---
a/group-coordinator/src/test/java/org/apache/kafka/coordinator/group/modern/MemberAssignmentImplTest.java
+++
b/group-coordinator/src/test/java/org/apache/kafka/coordinator/group/modern/MemberAssignmentImplTest.java
@@ -30,7 +30,7 @@ public class MemberAssignmentImplTest {
@Test
public void testPartitionsMutable() {
- // 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
// assignors, otherwise we end up deep copying the map unnecessarily.
Uuid topicId1 = Uuid.randomUuid();
Uuid topicId2 = Uuid.randomUuid();