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 2202e7b83 remove redundant immediate local var
new 5d1ba9ce0 Merge pull request #2569 from hgaol/2524
2202e7b83 is described below
commit 2202e7b83119403e130c43816c1a2ed0a80e103d
Author: hgaol <[email protected]>
AuthorDate: Mon Dec 12 17:54:51 2022 +0800
remove redundant immediate local var
---
.../common/protocol/catalog/protos/QueryOperationsRequest.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/catalog/protos/QueryOperationsRequest.java
b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/catalog/protos/QueryOperationsRequest.java
index 01c50d5a8..843b6f3ae 100644
---
a/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/catalog/protos/QueryOperationsRequest.java
+++
b/eventmesh-common/src/main/java/org/apache/eventmesh/common/protocol/catalog/protos/QueryOperationsRequest.java
@@ -390,8 +390,7 @@ public final class QueryOperationsRequest extends
@Override
protected Builder newBuilderForType(
BuilderParent parent) {
- Builder builder = new Builder(parent);
- return builder;
+ return new Builder(parent);
}
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]