This is an automated email from the ASF dual-hosted git repository.
panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 62518f9 remove UserChangedListenerFactory from governance doc.
(#10551)
62518f9 is described below
commit 62518f93e9f2f794b68929f6aae2c8267c11c5e1
Author: huanghao495430759 <[email protected]>
AuthorDate: Sun May 30 08:18:19 2021 -0500
remove UserChangedListenerFactory from governance doc. (#10551)
---
docs/document/content/dev-manual/governance.cn.md | 1 -
docs/document/content/dev-manual/governance.en.md | 1 -
2 files changed, 2 deletions(-)
diff --git a/docs/document/content/dev-manual/governance.cn.md
b/docs/document/content/dev-manual/governance.cn.md
index 9a425fd..37015ea 100644
--- a/docs/document/content/dev-manual/governance.cn.md
+++ b/docs/document/content/dev-manual/governance.cn.md
@@ -28,5 +28,4 @@ chapter = true
| DataSourceStateChangedListenerFactory | 数据源状态变化监听器 |
| LockChangedListenerFactory | 锁状态变化监听器 |
| PropertiesChangedListenerFactory | 属性变化监听器 |
-| UserChangedListenerFactory | 用户变化监听器 |
| PrivilegeNodeChangedListenerFactory | 权限变化监听器 |
diff --git a/docs/document/content/dev-manual/governance.en.md
b/docs/document/content/dev-manual/governance.en.md
index 7b69c33..c57c2d6 100644
--- a/docs/document/content/dev-manual/governance.en.md
+++ b/docs/document/content/dev-manual/governance.en.md
@@ -28,5 +28,4 @@ chapter = true
| DataSourceStateChangedListenerFactory | Data source state changed listener
factory |
| LockChangedListenerFactory | Lock changed listener factory
|
| PropertiesChangedListenerFactory | Properties changed listener factory
|
-| UserChangedListenerFactory | User changed listener factory
|
| PrivilegeNodeChangedListenerFactory | Privilege changed listener factory
|