You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ts...@apache.org on 2020/07/21 13:05:47 UTC

[dubbo] branch master updated: fix the Spi file of WebServiceProtocol (#6495)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ae3dca5  fix the Spi file of WebServiceProtocol (#6495)
ae3dca5 is described below

commit ae3dca5bbf0a5ad0c983eb5e7f1e2147faa5975b
Author: tswstarplanet <ts...@apache.org>
AuthorDate: Tue Jul 21 21:05:28 2020 +0800

    fix the Spi file of WebServiceProtocol (#6495)
---
 .../resources/META-INF/dubbo/internal/org.apache.dubbo.rpc.Protocol     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-rpc/dubbo-rpc-webservice/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.rpc.Protocol b/dubbo-rpc/dubbo-rpc-webservice/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.rpc.Protocol
index 6764078..fbebc4d 100644
--- a/dubbo-rpc/dubbo-rpc-webservice/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.rpc.Protocol
+++ b/dubbo-rpc/dubbo-rpc-webservice/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.rpc.Protocol
@@ -1 +1 @@
-org.apache.dubbo.rpc.protocol.webservice.WebServiceProtocol
\ No newline at end of file
+webservice=org.apache.dubbo.rpc.protocol.webservice.WebServiceProtocol
\ No newline at end of file