You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by mi...@apache.org on 2022/10/17 02:11:48 UTC

[incubator-eventmesh] branch master updated: Update UnSubscribeResponseBody.java

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f132fc2d Update UnSubscribeResponseBody.java
     new 60fcc67e Merge pull request #1618 from jananip21/patch-2
f132fc2d is described below

commit f132fc2dc96f94db077dffe456b7db114e0328cf
Author: jananip21 <10...@users.noreply.github.com>
AuthorDate: Sun Oct 16 20:20:32 2022 +0530

    Update UnSubscribeResponseBody.java
---
 .../common/protocol/http/body/client/UnSubscribeResponseBody.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/body/client/UnSubscribeResponseBody.java b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/body/client/UnSubscribeResponseBody.java
index d1eeb77d..621f7dca 100644
--- a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/body/client/UnSubscribeResponseBody.java
+++ b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/http/body/client/UnSubscribeResponseBody.java
@@ -56,7 +56,7 @@ public class UnSubscribeResponseBody extends Body {
         this.resTime = resTime;
     }
 
-    public static UnSubscribeResponseBody buildBody(Integer retCode, String retMsg) throws Exception {
+    public static UnSubscribeResponseBody buildBody(Integer retCode, String retMsg) {
         UnSubscribeResponseBody regResponseBody = new UnSubscribeResponseBody();
         regResponseBody.setRetMsg(retMsg);
         regResponseBody.setResTime(System.currentTimeMillis());


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org