Skip to content

Commit

Permalink
Merge pull request alibaba#1217 from yuhuangbin/sentinel-zuul
Browse files Browse the repository at this point in the history
fix Sentinel zuul NPE
  • Loading branch information
fangjian0423 authored Feb 27, 2020
2 parents f85fc60 + becc2df commit 5f10d99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
public class SentinelZuulProperties {

@NestedConfigurationProperty
private SentinelZuulProperties.Order order;
private SentinelZuulProperties.Order order = new SentinelZuulProperties.Order();

public Order getOrder() {
return order;
Expand Down

0 comments on commit 5f10d99

Please sign in to comment.