Skip to content

Commit a44918f

Browse files
committed
Merge pull request #2421 from kkrauth/patch-1
Missing multipart (form data) imports.
2 parents 6ecf083 + a07eb3b commit a44918f

File tree

1 file changed

+2
-0
lines changed
  • modules/swagger-codegen/src/main/resources/JavaJaxRS/cxf

1 file changed

+2
-0
lines changed

modules/swagger-codegen/src/main/resources/JavaJaxRS/cxf/api.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ package {{package}};
66
import javax.ws.rs.*;
77
import javax.ws.rs.core.Response;
88

9+
import org.apache.cxf.jaxrs.ext.multipart.*;
10+
911
@Path("/")
1012
public interface {{classname}} {
1113
{{#operations}}

0 commit comments

Comments
 (0)