Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static List<Object[]> parameters() {
new Object[] { "Markdown", TemplateFormats.markdown() });
}

public AbstractSnippetTests(String name, TemplateFormat templateFormat) {
protected AbstractSnippetTests(String name, TemplateFormat templateFormat) {
this.generatedSnippets = new GeneratedSnippets(templateFormat);
this.templateFormat = templateFormat;
this.operationBuilder = new OperationBuilder(this.templateFormat);
Expand Down