This is an automated email from the ASF dual-hosted git repository.

schofielaj 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 bd939f56de3 MINOR: Removed stale comment (#19848)
bd939f56de3 is described below

commit bd939f56de3c464ac17f78df6511be90455352c3
Author: Andrew Schofield <[email protected]>
AuthorDate: Thu May 29 13:44:11 2025 +0100

    MINOR: Removed stale comment (#19848)
    
    Removed a trivial stale comment.
    
    Reviewers: Apoorv Mittal <[email protected]>
---
 .../kafka/clients/consumer/internals/ShareMembershipManagerTest.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/clients/src/test/java/org/apache/kafka/clients/consumer/internals/ShareMembershipManagerTest.java
 
b/clients/src/test/java/org/apache/kafka/clients/consumer/internals/ShareMembershipManagerTest.java
index 6d34465e543..e95f8dd86f2 100644
--- 
a/clients/src/test/java/org/apache/kafka/clients/consumer/internals/ShareMembershipManagerTest.java
+++ 
b/clients/src/test/java/org/apache/kafka/clients/consumer/internals/ShareMembershipManagerTest.java
@@ -986,7 +986,6 @@ public class ShareMembershipManagerTest {
 
     @Test
     public void testReconcileNewPartitionsAssignedWhenOtherPartitionsOwned() {
-        // ANDREW MANGLED THIS
         Uuid topicId = Uuid.randomUuid();
         String topicName = "topic1";
         TopicIdPartition ownedPartition = new TopicIdPartition(topicId, new 
TopicPartition(topicName, 0));

Reply via email to