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 3f0310576 simplify code
new 7c60a3dc3 Merge pull request #2556 from weihubeats/ExecuteRequest
3f0310576 is described below
commit 3f031057694d1be1af61140fcfa4be315d407c7d
Author: weihu <[email protected]>
AuthorDate: Sun Dec 11 19:57:45 2022 +0800
simplify code
---
.../eventmesh/common/protocol/workflow/protos/ExecuteRequest.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/workflow/protos/ExecuteRequest.java
b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/workflow/protos/ExecuteRequest.java
index 878e5f49f..e6d641883 100644
---
a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/workflow/protos/ExecuteRequest.java
+++
b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/workflow/protos/ExecuteRequest.java
@@ -459,8 +459,7 @@ private static final long serialVersionUID = 0L;
@Override
protected Builder newBuilderForType(
BuilderParent parent) {
- Builder builder = new Builder(parent);
- return builder;
+ return new Builder(parent);
}
/**
* Protobuf type {@code eventmesh.workflow.api.protocol.ExecuteRequest}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]