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

liujun 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 c3d5700  enhance the java doc of dubbo-rpc module. (#5566)
c3d5700 is described below

commit c3d57008dd52a2d87cc7d23952f0dbeec7d13f8d
Author: withthewind <withthewind_git...@aliyun.com>
AuthorDate: Sun Feb 9 13:44:34 2020 +0800

    enhance the java doc of dubbo-rpc module. (#5566)
    
    fix #3001
---
 .../java/com/alibaba/dubbo/rpc/protocol/rmi/RmiRemoteInvocation.java  | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/dubbo-rpc/dubbo-rpc-rmi/src/main/java/com/alibaba/dubbo/rpc/protocol/rmi/RmiRemoteInvocation.java
 
b/dubbo-rpc/dubbo-rpc-rmi/src/main/java/com/alibaba/dubbo/rpc/protocol/rmi/RmiRemoteInvocation.java
index 04efd9e..22a07b0 100644
--- 
a/dubbo-rpc/dubbo-rpc-rmi/src/main/java/com/alibaba/dubbo/rpc/protocol/rmi/RmiRemoteInvocation.java
+++ 
b/dubbo-rpc/dubbo-rpc-rmi/src/main/java/com/alibaba/dubbo/rpc/protocol/rmi/RmiRemoteInvocation.java
@@ -19,11 +19,15 @@ package com.alibaba.dubbo.rpc.protocol.rmi;
 import org.aopalliance.intercept.MethodInvocation;
 
 /**
+ * This class is deprecated, please use {@link 
org.apache.dubbo.rpc.protocol.rmi.RmiRemoteInvocation}.
  *
+ * @author chickenlj
+ * @deprecated
  */
 @Deprecated
 public class RmiRemoteInvocation extends 
org.apache.dubbo.rpc.protocol.rmi.RmiRemoteInvocation {
     private static final long serialVersionUID = 1L;
+
     /**
      * executed on consumer side
      *

Reply via email to