You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/05/23 09:51:52 UTC

[skywalking] branch master updated: fixed wrong DAO interface names (#2746)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8d20768  fixed wrong DAO interface names (#2746)
8d20768 is described below

commit 8d207682d8ee8d3ea1eacf55e11a272160fdbbe3
Author: daming <zt...@foxmail.com>
AuthorDate: Thu May 23 17:51:44 2019 +0800

    fixed wrong DAO interface names (#2746)
---
 docs/en/guides/storage-extention.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/en/guides/storage-extention.md b/docs/en/guides/storage-extention.md
index 63d8fde..2c95fa5 100644
--- a/docs/en/guides/storage-extention.md
+++ b/docs/en/guides/storage-extention.md
@@ -16,12 +16,12 @@ public Class<? extends ModuleDefine> module() {
 Here is the list of all DAO interfaces in storage
 1. IServiceInventoryCacheDAO
 1. IServiceInstanceInventoryCacheDAO
-1. H2EndpointInventoryCacheDAO
-1. H2NetworkAddressInventoryCacheDAO
+1. IEndpointInventoryCacheDAO
+1. INetworkAddressInventoryCacheDAO
 1. IBatchDAO
 1. StorageDAO
 1. IRegisterLockDAO
-1. H2TopologyQueryDAO
+1. ITopologyQueryDAO
 1. IMetricsQueryDAO
 1. ITraceQueryDAO
 1. IMetadataQueryDAO