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

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


The following commit(s) were added to refs/heads/master by this push:
     new 505d155  enhance comments (#2735)
505d155 is described below

commit 505d15576cc90de4ed4b9b767c86663ad12697a3
Author: Ian Luo <ian....@gmail.com>
AuthorDate: Mon Nov 5 13:47:23 2018 +0800

    enhance comments (#2735)
---
 .../src/main/java/org/apache/dubbo/config/spring/ServiceBean.java      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/ServiceBean.java
 
b/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/ServiceBean.java
index 19dcef1..07031f2 100644
--- 
a/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/ServiceBean.java
+++ 
b/dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/ServiceBean.java
@@ -233,7 +233,8 @@ public class ServiceBean<T> extends ServiceConfig<T> 
implements InitializingBean
 
     @Override
     public void destroy() throws Exception {
-        // no need to export here, see 
org.apache.dubbo.config.spring.extension.SpringExtensionFactory.ShutdownHookListener
+        // no need to call unexport() here, see
+        // 
org.apache.dubbo.config.spring.extension.SpringExtensionFactory.ShutdownHookListener
     }
 
     // merged from dubbox

Reply via email to