Skip to content

Commit 33c68a8

Browse files
committed
Add missing @Override
1 parent 643b397 commit 33c68a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-reactive-core/src/main/java/org/hibernate/reactive/engine/ReactiveActionQueue.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,6 +1032,7 @@ public InsertActionSorter() {
10321032
/**
10331033
* Sort the insert actions.
10341034
*/
1035+
@Override
10351036
public void sort(List<ReactiveEntityInsertActionHolder> insertions) {
10361037
// optimize the hash size to eliminate a rehash.
10371038
this.actionBatches = new HashMap<>();

0 commit comments

Comments
 (0)