This is an automated email from the ASF dual-hosted git repository.

jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git

commit 4561496b4fb8a5791e371b202ff1a0e2d11ff73c
Author: narendly <naren...@gmail.com>
AuthorDate: Mon Feb 25 17:46:12 2019 -0800

    [HELIX-792] HELIX: fix typo in WorkflowDataProvider
---
 .../controller/dataproviders/WorkflowControllerDataProvider.java      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/helix-core/src/main/java/org/apache/helix/controller/dataproviders/WorkflowControllerDataProvider.java
 
b/helix-core/src/main/java/org/apache/helix/controller/dataproviders/WorkflowControllerDataProvider.java
index ddb99fa..71ba5cc 100644
--- 
a/helix-core/src/main/java/org/apache/helix/controller/dataproviders/WorkflowControllerDataProvider.java
+++ 
b/helix-core/src/main/java/org/apache/helix/controller/dataproviders/WorkflowControllerDataProvider.java
@@ -42,9 +42,9 @@ import org.slf4j.LoggerFactory;
 
 
 /**
- * Data provider for resource controller.
+ * Data provider for workflow controller.
  *
- * This class will be moved to helix-resource-controller module in the future
+ * This class will be moved to helix-workflow-controller module in the future
  */
 public class WorkflowControllerDataProvider extends BaseControllerDataProvider 
{
   private static final Logger logger =

Reply via email to