Skip to content

Commit

Permalink
Lazy set the trie reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnarloch committed Jan 26, 2016
1 parent 66af3a2 commit 9e74691
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void setRoutes(Map<String, ProxyRouteLocator.ProxyRouteSpec> routes) {
new ProxyRouteSpecEntry(route.getKey(), route.getValue(), isWildcard(route.getKey()))
);
}
this.trie.set(trie);
this.trie.lazySet(trie);
}

/**
Expand Down

0 comments on commit 9e74691

Please sign in to comment.