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

satishd 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 3c8665025ac MINOR: move ControlRecordTest to correct directory (#13718)
3c8665025ac is described below

commit 3c8665025acd67949e3ce189188c54060f16a185
Author: Chia-Ping Tsai <[email protected]>
AuthorDate: Wed May 17 21:26:02 2023 +0800

    MINOR: move ControlRecordTest to correct directory (#13718)
    
    Reviewers: Kamal Chandraprakash<[email protected]>, 
hudeqi<[email protected]>, Satish Duggana<[email protected]>
---
 raft/src/test/java/org/apache/kafka/{ => raft}/ControlRecordTest.java | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/raft/src/test/java/org/apache/kafka/ControlRecordTest.java 
b/raft/src/test/java/org/apache/kafka/raft/ControlRecordTest.java
similarity index 100%
rename from raft/src/test/java/org/apache/kafka/ControlRecordTest.java
rename to raft/src/test/java/org/apache/kafka/raft/ControlRecordTest.java

Reply via email to