Skip to content

Commit

Permalink
[Bugfix]修复函数映射错误(didi#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
WYAOBO authored and ZQKC committed Dec 22, 2022
1 parent 344cec1 commit 0735b33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
public class ConnectorMetricServiceImpl extends BaseConnectorMetricService implements ConnectorMetricService {
protected static final ILog LOGGER = LogFactory.getLog(ConnectorMetricServiceImpl.class);

public static final String CONNECTOR_METHOD_DO_NOTHING = "getConnectWorkerMetricSum";
public static final String CONNECTOR_METHOD_DO_NOTHING = "doNothing";

public static final String CONNECTOR_METHOD_GET_CONNECT_WORKER_METRIC_SUM = "getConnectWorkerMetricSum";

Expand Down

0 comments on commit 0735b33

Please sign in to comment.