Skip to content

Commit

Permalink
Revert "LPS-79310 Fix wrong method delegation"
Browse files Browse the repository at this point in the history
  • Loading branch information
boton authored and ealonso committed Apr 15, 2019
1 parent d96d6fa commit cdbff03
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -32,8 +32,7 @@ public class SoyTemplateResourcesProviderUtil {
public static List<TemplateResource> getBundleTemplateResources(
Bundle bundle, String templatePath) {

return _soyTemplateResourcesProvider.getBundleTemplateResources(
bundle, templatePath);
return _soyTemplateResourcesProvider.getAllTemplateResources();
}

@Reference(unbind = "-")
Expand Down

0 comments on commit cdbff03

Please sign in to comment.