Skip to content

Commit 2342f36

Browse files
committed
dont use a template function for this
1 parent 9896a26 commit 2342f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/test/java/com/github/mustachejava/SpecDisc155Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ static class I18N {
2525
return "";
2626
};
2727
String defaultText;
28-
TemplateFunction t = content -> {
28+
Function<String, String> t = content -> {
2929
defaultText = content;
3030
return "";
3131
};

0 commit comments

Comments
 (0)