Repository: nifi Updated Branches: refs/heads/master 930417b9d -> 7d5f803ce
Fixed checkstyle violation Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/7d5f803c Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/7d5f803c Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/7d5f803c Branch: refs/heads/master Commit: 7d5f803ce6aa8e4a831094bcc2168013b5a13bab Parents: de71a41 Author: Mark Payne <[email protected]> Authored: Thu Mar 15 16:15:47 2018 -0400 Committer: Mark Payne <[email protected]> Committed: Thu Mar 15 16:16:12 2018 -0400 ---------------------------------------------------------------------- .../src/main/java/org/apache/nifi/web/api/dto/DtoFactory.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/7d5f803c/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/dto/DtoFactory.java ---------------------------------------------------------------------- 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 a853854..6b7e49a 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 */
