diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/dto/DtoFactory.java b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/dto/DtoFactory.java index a853854cd0..6b7e49a1c0 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/dto/DtoFactory.java +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/dto/DtoFactory.java @@ -3240,7 +3240,6 @@ public final class DtoFactory { * Creates a ControllerServiceDiagnosticsDTO from the given Controller Service with some additional supporting information * * @param serviceNode the controller service to create diagnostics for - * @param bulletinRepo the bulletin repository * @param serviceProvider the controller service provider * @return ControllerServiceDiagnosticsDTO for the given Controller Service */