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

albumenj pushed a commit to branch refactor-with-go
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/refactor-with-go by this push:
     new dd34b641 fix function name (#1088)
dd34b641 is described below

commit dd34b641af04b82fbd3a4bb45a3a4347279ac55f
Author: cui fliter <[email protected]>
AuthorDate: Thu Apr 20 16:51:20 2023 +0800

    fix function name (#1088)
    
    Signed-off-by: cui fliter <[email protected]>
---
 pkg/admin/services/provider_service_impl.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/admin/services/provider_service_impl.go 
b/pkg/admin/services/provider_service_impl.go
index ef189b23..9787d5df 100644
--- a/pkg/admin/services/provider_service_impl.go
+++ b/pkg/admin/services/provider_service_impl.go
@@ -125,7 +125,7 @@ func (p *ProviderServiceImpl) FindByService(providerService 
string) ([]*model.Pr
        return util.URL2ProviderList(servicesMap), nil
 }
 
-// FindByApplication finds providers by address and returns a list of providers
+// findByAddress finds providers by address and returns a list of providers
 func (p *ProviderServiceImpl) findByAddress(providerAddress string) 
([]*model.Provider, error) {
        filter := make(map[string]string)
        filter[constant.CategoryKey] = constant.ProvidersCategory

Reply via email to