You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/08/22 06:15:13 UTC

[GitHub] [inlong-website] healchow commented on a diff in pull request #517: [INLONG-516][DOC] Update Manager Plugin Design Doc

healchow commented on code in PR #517:
URL: https://github.com/apache/inlong-website/pull/517#discussion_r951047881


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/design_and_concept/how_to_extend_data_node_for_manager.md:
##########
@@ -13,15 +13,15 @@ Inlong 设计初衷即是为了在不同数据源之间创建数据流,截止
  
 - 首先需要在 Sort 组件内支持该数据源,详情参考 [Sort 插件](design_and_concept/how_to_extend_data_node_for_sort.md)
 - 在枚举类`org.apache.inlong.common.enums.TaskTypeEnum`中增加对应的枚举
-- 在枚举类`org.apache.inlong.manager.common.enums.SourceType`中同样增加对应枚举
+- 在枚举类`org.apache.inlong.manager.common.consts.SourceType`中同样增加对应枚举

Review Comment:
   “枚举类” 改为 “常量类”。



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org