fixed wrong DAO interface names (#2746)

This commit is contained in:
daming 2019-05-23 17:51:44 +08:00 committed by 吴晟 Wu Sheng
parent beb807df81
commit 8d207682d8
1 changed files with 3 additions and 3 deletions

View File

@ -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