Skip to content

Commit

Permalink
[fix](nereids) SqlBlockRuleCommand should implement ForwardWithSync
Browse files Browse the repository at this point in the history
  • Loading branch information
starocean999 committed Dec 10, 2024
1 parent 7dbae6e commit 7cad7c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/**
* Common class for SqlBlockRule Commands.
*/
public abstract class SqlBlockRuleCommand extends Command {
public abstract class SqlBlockRuleCommand extends Command implements ForwardWithSync {
public static final String SQL_PROPERTY = "sql";

public static final String SQL_HASH_PROPERTY = "sqlHash";
Expand Down

0 comments on commit 7cad7c3

Please sign in to comment.