Skip to content

Commit

Permalink
fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chengyouling committed Jul 26, 2024
1 parent 201e028 commit 40f0bc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public List<INSTANCE> distribute(String targetServiceName, List<INSTANCE> list,
if (invokeRule.isEmptyProtection()) {
return list;
}

// weight set 100 but not matched any instance, then return empty when emptyProtection close
return Collections.emptyList();
}
Expand Down

0 comments on commit 40f0bc5

Please sign in to comment.