NIFI-1112 Fixed APIOperation Annotation on ReportingTaskResource.

Reviewed by Tony Kurc (tkurc@apache.org)
This commit is contained in:
Andrew Grande 2015-11-04 18:31:24 -05:00 committed by Tony Kurc
parent 618f22e110
commit f1bd3d471d

View File

@ -273,7 +273,7 @@ public class ReportingTaskResource extends ApplicationResource {
@Path("/{availability}")
@PreAuthorize("hasRole('ROLE_DFM')")
@ApiOperation(
value = "Creates a new remote process group",
value = "Creates a new reporting task",
response = ReportingTaskEntity.class,
authorizations = {
@Authorization(value = "Data Flow Manager", type = "ROLE_DFM")