Skip to content

Commit

Permalink
trigger again
Browse files Browse the repository at this point in the history
  • Loading branch information
lexburner committed Aug 21, 2018
1 parent 8a20925 commit 376c0ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public <T> List<Invoker<T>> route(List<Invoker<T>> invokers, URL url, Invocation
}
}
}
// Normal request
// Normal request
} else {
for (Invoker<T> invoker : invokers) {
// Can't access tag invoker,only normal invoker should be selected
Expand Down

0 comments on commit 376c0ca

Please sign in to comment.