markap14 commented on code in PR #10806:
URL: https://github.com/apache/nifi/pull/10806#discussion_r2718368520
##########
nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/components/connector/ConnectorRepository.java:
##########
@@ -76,13 +76,23 @@ public interface ConnectorRepository {
*/
Future<Void> stopConnector(ConnectorNode connector);
+ /**
+ * Restarts the given Connector, managing any appropriate lifecycle events.
+ *
+ * @param connector the Connector to stop
Review Comment:
Should read `the Connector to restart`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]