Skip to content

Commit 81d5254

Browse files
diegolovisongavinking
authored andcommitted
Add @OverRide to processCollection
Add @OverRide to processCollection
1 parent d6401d3 commit 81d5254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-core/src/main/java/org/hibernate/event/internal/DirtyCollectionSearchVisitor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public boolean wasDirtyCollectionFound() {
4949
return dirty;
5050
}
5151

52+
@Override
5253
Object processCollection(Object collection, CollectionType type) throws HibernateException {
5354
if ( collection != null ) {
5455
final SessionImplementor session = getSession();

0 commit comments

Comments
 (0)