We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd47c6 commit 32a1b3aCopy full SHA for 32a1b3a
spring-restdocs-core/src/test/java/org/springframework/restdocs/AbstractSnippetTests.java
@@ -59,7 +59,7 @@ public static List<Object[]> parameters() {
59
new Object[] { "Markdown", TemplateFormats.markdown() });
60
}
61
62
- public AbstractSnippetTests(String name, TemplateFormat templateFormat) {
+ protected AbstractSnippetTests(String name, TemplateFormat templateFormat) {
63
this.generatedSnippets = new GeneratedSnippets(templateFormat);
64
this.templateFormat = templateFormat;
65
this.operationBuilder = new OperationBuilder(this.templateFormat);
0 commit comments