Skip to content

Commit

Permalink
Remove unused PathParam
Browse files Browse the repository at this point in the history
  • Loading branch information
quinarygio committed Jul 3, 2017
1 parent 9a05526 commit ee902de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class SecurityAnalysisApi {
@POST
@Path("/security-analysis")
@Consumes(MediaType.MULTIPART_FORM_DATA)
public Response process(MultipartFormDataInput form, @PathParam("format") String format, @Context SecurityContext securityContext) {
public Response process(MultipartFormDataInput form, @Context SecurityContext securityContext) {
return delegate.analyze(form);
}

Expand Down

0 comments on commit ee902de

Please sign in to comment.