Skip to content

Commit

Permalink
Add serial version UID
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiqian committed Jul 5, 2024
1 parent 2d50141 commit 6790741
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
/** Definition of a routing rule with replacement symbol. */
public class RouteRule implements Serializable {

private static final long serialVersionUID = 1L;

public RouteRule(String sourceTable, String sinkTable, String replaceSymbol) {
this.sourceTable = sourceTable;
this.sinkTable = sinkTable;
Expand Down

0 comments on commit 6790741

Please sign in to comment.