fixed wrong DAO interface names (#2746)
This commit is contained in:
parent
beb807df81
commit
8d207682d8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue