NIFI-1773 NIFI-1774 fixed typo/annotation

NIFI-1774 undid the change from OnConfigured to OnEnabled
This closes #406
This commit is contained in:
Pierre Villard 2016-05-03 11:36:19 +02:00 committed by Oleg Zhurakousky
parent 2824f5a23c
commit 46f8693bc6
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ package org.apache.nifi.controller;
import java.util.Map;
import org.apache.nifi.annotation.lifecycle.OnEnabled;
import org.apache.nifi.components.AbstractConfigurableComponent;
import org.apache.nifi.components.PropertyDescriptor;
import org.apache.nifi.components.PropertyValue;
@ -81,7 +82,7 @@ public abstract class AbstractControllerService extends AbstractConfigurableComp
/**
* Provides a mechanism by which subclasses can perform initialization of
* the Reporting Task before it is scheduled to be run
* the Controller Service before it is scheduled to be run
*
* @param config of initialization context
* @throws InitializationException if unable to init