Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Jan 8, 2024
1 parent a6d872d commit a06bc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jgroups/protocols/TP.java
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ public Map<String, String> handleProbe(String... keys) {
StringBuilder sb=new StringBuilder();
for(DiagnosticsHandler.ProbeHandler handler : diag_handler.getProbeHandlers()) {
String[] tmp=handler.supportedKeys();
if(tmp != null && tmp.length > 0) {
if(tmp != null) {
for(String s : tmp)
sb.append(s).append(" ");
}
Expand Down

0 comments on commit a06bc44

Please sign in to comment.