This is an automated email from the ASF dual-hosted git repository.
karp pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq-streams.git
The following commit(s) were added to refs/heads/develop by this push:
new dfcff777 polish(example) add constructor
new 8b8aa90e Merge pull request #282 from ni-ze/develop
dfcff777 is described below
commit dfcff777552065db6155b63eaf9df88108d1ead1
Author: 维章 <[email protected]>
AuthorDate: Mon Apr 24 14:54:10 2023 +0800
polish(example) add constructor
---
.../src/main/java/org/apache/rocketmq/streams/examples/pojo/Union.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/example/src/main/java/org/apache/rocketmq/streams/examples/pojo/Union.java
b/example/src/main/java/org/apache/rocketmq/streams/examples/pojo/Union.java
index b0e8c274..80f184a4 100644
--- a/example/src/main/java/org/apache/rocketmq/streams/examples/pojo/Union.java
+++ b/example/src/main/java/org/apache/rocketmq/streams/examples/pojo/Union.java
@@ -27,6 +27,9 @@ public class Union {
this.num = num;
}
+ public Union() {
+ }
+
public String getName() {
return name;
}