You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2022/10/14 04:53:28 UTC

[incubator-eventmesh] branch master updated: fix issue 1560

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

chenguangsheng 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 897605f0 fix issue 1560
     new 37f6a0f4 Merge pull request #1561 from mroccyen/issue-1560
897605f0 is described below

commit 897605f095d9cd93ac8c8c5e480c43c27b2a9b65
Author: mroccyen <qi...@126.com>
AuthorDate: Thu Oct 13 15:32:50 2022 +0800

    fix issue 1560
---
 .../org/apache/eventmesh/common/protocol/grpc/protos/SimpleMessage.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/grpc/protos/SimpleMessage.java b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/grpc/protos/SimpleMessage.java
index d73ea7fa..f1534f20 100644
--- a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/grpc/protos/SimpleMessage.java
+++ b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/grpc/protos/SimpleMessage.java
@@ -78,7 +78,7 @@ public final class SimpleMessage extends
                         break;
                     }
                     case 10: {
-                        RFequestHeader.Builder subBuilder = null;
+                        RequestHeader.Builder subBuilder = null;
                         if (header_ != null) {
                             subBuilder = header_.toBuilder();
                         }


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