Skip to content

Commit

Permalink
fixed wrong DAO interface names (#2746)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsolr authored and wu-sheng committed May 23, 2019
1 parent beb807d commit 8d20768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/guides/storage-extention.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d20768

Please sign in to comment.