Skip to content

Commit

Permalink
Fix BlossomHandlebarsRenderer constructor access modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
eschleb committed Dec 18, 2023
1 parent dcfc787 commit 06951e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class BlossomHandlebarsRenderer extends HandlebarsRenderer {

@Inject
private BlossomHandlebarsRenderer(
public BlossomHandlebarsRenderer(
final RenderingEngine renderingEngine,
final Set<NamedHelper> helpers,
final ClassPathTemplateLoader classPathTemplateLoader,
Expand Down

0 comments on commit 06951e9

Please sign in to comment.