Skip to content

Commit

Permalink
[INLONG-8392][Manager] Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fuweng11 committed Dec 22, 2023
1 parent 7b66cbd commit 431e9bc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ public void reportHeartbeat(HeartbeatMsg heartbeat) {
} else {
heartbeatMsg.setReportSourceType(heartbeat.getReportSourceType());
}
heartbeatMsg.setReportSourceType(reportSourceTypes[i].trim());
if (protocolTypes != null) {
heartbeatMsg.setProtocolType(protocolTypes[i]);
} else {
Expand Down

0 comments on commit 431e9bc

Please sign in to comment.