Repository: nifi Updated Branches: refs/heads/NIFI-5414-RC1 [created] 36f631817
NIFI-5414 Fixed checkstyle error due to unused import. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/e959630c Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/e959630c Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/e959630c Branch: refs/heads/NIFI-5414-RC1 Commit: e959630c22c9a52ec717141f6cf9f018830a38bf Parents: a618ea5 Author: Andy LoPresto <[email protected]> Authored: Thu Jul 12 01:19:19 2018 -0700 Committer: Andy LoPresto <[email protected]> Committed: Thu Jul 12 01:19:19 2018 -0700 ---------------------------------------------------------------------- .../org/apache/nifi/controller/service/ServiceStateTransition.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/e959630c/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/service/ServiceStateTransition.java ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/service/ServiceStateTransition.java b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/service/ServiceStateTransition.java index e78f6c6..26e3b82 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/service/ServiceStateTransition.java +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/service/ServiceStateTransition.java @@ -21,7 +21,6 @@ import org.apache.nifi.controller.ComponentNode; import java.util.ArrayList; import java.util.List; -import java.util.Set; import java.util.concurrent.CompletableFuture; public class ServiceStateTransition {
