Skip to content

Commit

Permalink
[#1717] Remove unused getters from ReactiveBasicCollectionPersister
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Jul 25, 2023
1 parent 6b25906 commit 906cc83
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ protected ReactiveUpdateRowsCoordinator getUpdateEntryCoordinator() {
return updateRowsCoordinator;
}

public ReactiveInsertRowsCoordinator getInsertRowsCoordinator() {
return insertRowsCoordinator;
}

@Override
public ReactiveRemoveCoordinator getRemoveCoordinator() {
return removeCoordinator;
Expand All @@ -209,12 +205,4 @@ public ReactiveRemoveCoordinator getRemoveCoordinator() {
protected ReactiveDeleteRowsCoordinator getRemoveEntryCoordinator() {
return deleteRowsCoordinator;
}

public ReactiveDeleteRowsCoordinator getDeleteRowsCoordinator() {
return deleteRowsCoordinator;
}

public ReactiveUpdateRowsCoordinator getUpdateRowsCoordinator() {
return updateRowsCoordinator;
}
}

0 comments on commit 906cc83

Please sign in to comment.