Commit 4510a3b37fc709526585bdfa2775930404752af0

Authored by Dima Landiak
1 parent 5822dc6e

removed unnecessary produces

... ... @@ -158,7 +158,7 @@ public class AssetController extends BaseController {
158 158 }
159 159
160 160 @ApiOperation(value = "Delete asset (deleteAsset)",
161   - notes = "Deletes the asset and all the relations (from and to the asset). Referencing non-existing asset Id will cause an error.", produces = MediaType.APPLICATION_JSON_VALUE)
  161 + notes = "Deletes the asset and all the relations (from and to the asset). Referencing non-existing asset Id will cause an error.")
162 162 @PreAuthorize("hasAuthority('TENANT_ADMIN')")
163 163 @RequestMapping(value = "/asset/{assetId}", method = RequestMethod.DELETE)
164 164 @ResponseStatus(value = HttpStatus.OK)
... ...