NIFI-259:  Correcting path to the ZooKeeperStateProvider.

Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/f2c366cf
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/f2c366cf
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/f2c366cf

Branch: refs/heads/master
Commit: f2c366cf9cc45613ab6b687ee187efc330be6116
Parents: 72c8467
Author: Aldrin Piri <ald...@apache.org>
Authored: Mon Feb 1 14:05:46 2016 -0500
Committer: Aldrin Piri <ald...@apache.org>
Committed: Mon Feb 1 15:26:27 2016 -0500

----------------------------------------------------------------------
 .../services/org.apache.nifi.components.state.StateProvider        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/f2c366cf/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/META-INF/services/org.apache.nifi.components.state.StateProvider
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/META-INF/services/org.apache.nifi.components.state.StateProvider
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/META-INF/services/org.apache.nifi.components.state.StateProvider
index 6786be9..04d175a 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/META-INF/services/org.apache.nifi.components.state.StateProvider
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/resources/META-INF/services/org.apache.nifi.components.state.StateProvider
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 org.apache.nifi.controller.state.providers.local.WriteAheadLocalStateProvider
-org.apache.nifi.components.state.providers.zookeeper.ZooKeeperStateProvider
\ No newline at end of file
+org.apache.nifi.controller.state.providers.zookeeper.ZooKeeperStateProvider
\ No newline at end of file

Reply via email to