Skip to content

Commit a0a3940

Browse files
committed
silly commit for build process
1 parent 4ccd435 commit a0a3940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/swagger/codegen/v3/generators/java/JavaJerseyDIServerCodegen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public void addTemplateFiles() {
3030

3131
apiTestTemplateFiles.clear(); // TODO: add test template
3232
// clear model and api doc template as this codegen
33-
// does not support auto-generated markdown doc at the moment
33+
// does not support auto-generated markdown doc at the moment.
3434
// TODO: add doc templates
3535
modelDocTemplateFiles.remove("model_doc.mustache");
3636
apiDocTemplateFiles.remove("api_doc.mustache");

0 commit comments

Comments
 (0)