Skip to content

Commit

Permalink
优化灰度策略
Browse files Browse the repository at this point in the history
  • Loading branch information
micyo202 committed Mar 26, 2020
1 parent 56944e6 commit 3592f7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
public class RibbonFilterContextHolder {

private static final ThreadLocal<RibbonFilterContext> contextHolder = new InheritableThreadLocal<>() {
private static final ThreadLocal<RibbonFilterContext> contextHolder = new InheritableThreadLocal() {
@Override
protected RibbonFilterContext initialValue() {
return new DefaultRibbonFilterContext();
Expand Down

0 comments on commit 3592f7c

Please sign in to comment.