Преглед изворни кода

dashboard: fix "notZero" param typo of "clusterNode" command in SentinelApiClient (#1155)

master
agensi Eric Zhao пре 5 година
родитељ
комит
c03de043af
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      sentinel-dashboard/src/main/java/com/alibaba/csp/sentinel/dashboard/client/SentinelApiClient.java

+ 1
- 1
sentinel-dashboard/src/main/java/com/alibaba/csp/sentinel/dashboard/client/SentinelApiClient.java Прегледај датотеку

@@ -393,7 +393,7 @@ public class SentinelApiClient {
* @return
*/
public List<NodeVo> fetchClusterNodeOfMachine(String ip, int port, boolean includeZero) {
String type = "noZero";
String type = "notZero";
if (includeZero) {
type = "zero";
}


Loading…
Откажи
Сачувај