This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new ce4dc24b4 [ISSUE #4012] fix javadoc warning (#4014)
ce4dc24b4 is described below
commit ce4dc24b4e30ebb4d5e2ad09176cf207775b0a67
Author: gitchenjh <[email protected]>
AuthorDate: Wed Sep 28 15:45:13 2022 +0800
[ISSUE #4012] fix javadoc warning (#4014)
---
.../main/java/org/apache/shenyu/client/motan/common/dto/MotanRpcExt.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/shenyu-client/shenyu-client-motan/src/main/java/org/apache/shenyu/client/motan/common/dto/MotanRpcExt.java
b/shenyu-client/shenyu-client-motan/src/main/java/org/apache/shenyu/client/motan/common/dto/MotanRpcExt.java
index 27d4fd954..48d83aed8 100644
---
a/shenyu-client/shenyu-client-motan/src/main/java/org/apache/shenyu/client/motan/common/dto/MotanRpcExt.java
+++
b/shenyu-client/shenyu-client-motan/src/main/java/org/apache/shenyu/client/motan/common/dto/MotanRpcExt.java
@@ -47,6 +47,7 @@ public class MotanRpcExt {
*
* @param methodInfo methodInfo
* @param group group
+ * @param timeout timeout
*/
public MotanRpcExt(final List<RpcExt> methodInfo, final String group,
final Integer timeout) {
this.methodInfo = methodInfo;