Skip to content

Commit

Permalink
Use SymbolProvider.cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gosar committed May 25, 2022
1 parent d12beda commit 2cffdfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ private SymbolProvider createSymbolProvider(List<I> integrations, ServiceShape s
provider = integration.decorateSymbolProvider(model, settings, provider);
}

return provider;
return SymbolProvider.cache(provider);
}

private C createContext(ServiceShape serviceShape, SymbolProvider provider) {
Expand Down

0 comments on commit 2cffdfb

Please sign in to comment.