Skip to content

Commit

Permalink
[INLONG-10152][Sort] fix defect.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnerzhang committed May 9, 2024
1 parent 93b09dd commit 3cdda65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private MetricOption(
public Map<String, String> getLabels() {
return labels;
}

public HashSet<String> getIpPortSet() {
return new HashSet<>(ipPortSet);
}
Expand Down

0 comments on commit 3cdda65

Please sign in to comment.