Github user alopresto commented on a diff in the pull request:
https://github.com/apache/nifi/pull/386#discussion_r62082835
--- Diff:
nifi-bootstrap/src/main/java/org/apache/nifi/bootstrap/RunNiFi.java ---
@@ -324,27 +324,46 @@ private void registerNotificationServices(final
NotificationServiceManager manag
defaultLogger.info("Registered {} Notification Services for
Notification Type {}", registered, type);
}
- File getStatusFile() {
+ File getStatusFile() throws IOException{
--- End diff --
Any reason this is default scoped but the overloaded method is public?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---