Created by: drejc
Description of the PR
Fixed consumes/produces comma placement. Sometimes following happened: produces = ["application/json", ],
- a comma was placed after last element. I susupect that an empty consumes/produces element is somehow added to the list.
Changed default response code in interface returnValue from HttpStatus.OK to first response code in definition. Allowing other responses, like created, accepted ...