Skip to content

Commit

Permalink
fix(historic task report): remove @consumes from report
Browse files Browse the repository at this point in the history
Related to: #CAM-6383
  • Loading branch information
Stefan Hentschel committed Jul 27, 2016
1 parent 64797d3 commit 391d45f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public interface HistoricTaskInstanceReportService {
* creates a historic task instance report
*/
@GET
@Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON)
List<HistoricTaskInstanceReportResultDto> getTaskReportResults(@Context UriInfo uriInfo);

Expand All @@ -33,7 +32,6 @@ public interface HistoricTaskInstanceReportService {
*/
@GET
@Path("/duration")
@Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON)
List<ReportResultDto> getTaskDurationReportResults(@Context UriInfo uriInfo);
}

0 comments on commit 391d45f

Please sign in to comment.