You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2020/09/17 08:36:16 UTC

[dubbo] branch 3.0 updated: remove interface definition

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

liujun pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new ef973d2  remove interface definition
ef973d2 is described below

commit ef973d239abdcd1fff0e12863ab1f06388a74442
Author: ken.lj <ke...@gmail.com>
AuthorDate: Thu Sep 17 16:35:44 2020 +0800

    remove interface definition
---
 .../src/main/java/org/apache/dubbo/metadata/ServiceNameMapping.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dubbo-metadata/dubbo-metadata-api/src/main/java/org/apache/dubbo/metadata/ServiceNameMapping.java b/dubbo-metadata/dubbo-metadata-api/src/main/java/org/apache/dubbo/metadata/ServiceNameMapping.java
index 25ea284..58cd87d 100644
--- a/dubbo-metadata/dubbo-metadata-api/src/main/java/org/apache/dubbo/metadata/ServiceNameMapping.java
+++ b/dubbo-metadata/dubbo-metadata-api/src/main/java/org/apache/dubbo/metadata/ServiceNameMapping.java
@@ -46,8 +46,6 @@ public interface ServiceNameMapping {
      */
     Set<String> getAndListen(URL url, MappingListener mappingListener);
 
-    Set<String> get(URL url);
-
     /**
      * Get the default extension of {@link ServiceNameMapping}
      *