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

mmerli pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 8fcbf43  Fix cherry-pick error (#6703)
8fcbf43 is described below

commit 8fcbf4325c05af43751f5058c46e9fdd83896ae8
Author: Sijie Guo <[email protected]>
AuthorDate: Thu Apr 9 16:53:13 2020 -0700

    Fix cherry-pick error (#6703)
    
    *Motivation*
    
    I cherry-picked the fix of #6685 into branch-2.5. But the cherry-pick 
missing one class import.
    
    The pull request fixed the cherry-pick error.
---
 .../apache/pulsar/broker/service/BrokerServiceAutoTopicCreationTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceAutoTopicCreationTest.java
 
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceAutoTopicCreationTest.java
index 6f537da..3f404af 100644
--- 
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceAutoTopicCreationTest.java
+++ 
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/service/BrokerServiceAutoTopicCreationTest.java
@@ -18,6 +18,7 @@
  */
 package org.apache.pulsar.broker.service;
 
+import org.apache.pulsar.client.api.MessageId;
 import org.apache.pulsar.client.api.PulsarClientException;
 import static org.testng.Assert.assertEquals;
 import static org.testng.Assert.assertFalse;

Reply via email to