Skip to content

Commit

Permalink
Merge pull request #203 from swagger-api/fix-jaxrs-cxf
Browse files Browse the repository at this point in the history
fix template path in JavaCXFServer
  • Loading branch information
frantuma committed Oct 4, 2018
2 parents 3753c31 + 8d873b0 commit 6dcbfa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public void setUseGenericResponse(boolean useGenericResponse) {

@Override
public String getDefaultTemplateDir() {
return JAXRS_TEMPLATE_DIRECTORY_NAME;
return JAXRS_TEMPLATE_DIRECTORY_NAME + "/cxf";
}

}

0 comments on commit 6dcbfa0

Please sign in to comment.