Skip to content

Commit bed5450

Browse files
authored
Fix 15569 and 15565 compile error (apache#15591)
1 parent 1c64fde commit bed5450

File tree

1 file changed

+1
-1
lines changed
  • iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/utils

1 file changed

+1
-1
lines changed

iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/utils/RetryUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
package org.apache.iotdb.commons.utils;
2121

22-
import org.apache.iotdb.pipe.api.exception.PipeConsensusRetryWithIncreasingIntervalException;
22+
import org.apache.iotdb.commons.exception.pipe.PipeConsensusRetryWithIncreasingIntervalException;
2323
import org.apache.iotdb.rpc.TSStatusCode;
2424

2525
import java.net.ConnectException;

0 commit comments

Comments
 (0)