Skip to content

Commit

Permalink
Fix an incorrect term pattern in SyncWith
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Ivanov committed Jul 29, 2024
1 parent e87cb88 commit d03f93b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class SyncWith extends Definition {

public SyncWith(Relation r) {
super(r, RelationNameRepository.SYNC_FENCE);
super(r, RelationNameRepository.SSW);
}
@Override
public <T> T accept(Visitor<? extends T> v) {
Expand Down

0 comments on commit d03f93b

Please sign in to comment.