This is an automated email from the ASF dual-hosted git repository.
zhaocong pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 1848cb1cf7f [fix][broker][branch-4.0] Fix compilation errors after
cherry-picking #25312
1848cb1cf7f is described below
commit 1848cb1cf7f563cdffac49546fb2a7c2d3e7eeb3
Author: coderzc <[email protected]>
AuthorDate: Fri Mar 20 11:40:42 2026 +0800
[fix][broker][branch-4.0] Fix compilation errors after cherry-picking #25312
Remove unused import of checkArgument in BrokerService after conflict
resolution
---
.../src/main/java/org/apache/pulsar/broker/service/BrokerService.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java
b/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java
index cf2e873fa47..7e9819f7f04 100644
---
a/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java
+++
b/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java
@@ -18,7 +18,6 @@
*/
package org.apache.pulsar.broker.service;
-import static com.google.common.base.Preconditions.checkArgument;
import static java.util.Objects.requireNonNull;
import static java.util.concurrent.TimeUnit.MILLISECONDS;
import static
org.apache.bookkeeper.mledger.ManagedLedgerConfig.PROPERTY_SOURCE_TOPIC_KEY;