Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Nov 14, 2023
1 parent 59f12f5 commit 8db4bb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class VeryTrivialTemplateEngine
{
private final String rootTemplate;

x public VeryTrivialTemplateEngine(final String rootTemplate)
public VeryTrivialTemplateEngine(final String rootTemplate)
{
if (rootTemplate == null) {
throw new IllegalArgumentException("rootTemplate is null");
Expand Down

0 comments on commit 8db4bb5

Please sign in to comment.