Skip to content

Commit

Permalink
Fix an incorrect term pattern in SyncWith (#706)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Ivanov <[email protected]>
  • Loading branch information
DIvanov503 and Dmitry Ivanov authored Jul 29, 2024
1 parent e87cb88 commit eb15f40
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 eb15f40

Please sign in to comment.