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 authored Dec 12, 2024
1 parent 1fafe51 commit d775eb7
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 d775eb7

Please sign in to comment.