mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
HHH-12937 : Remove duplicated line
This commit is contained in:
parent
eb14b8de6f
commit
ae2da95f55
@ -3620,7 +3620,6 @@ else if ( getPluralAttributeSource().getElementSource() instanceof PluralAttribu
|
||||
// (which is the join table for a many-to-any association).
|
||||
// This "where" clause comes from the collection mapping; e.g., <set name="..." ... where="..." .../>
|
||||
getCollectionBinding().setWhere( getPluralAttributeSource().getWhere() );
|
||||
getCollectionBinding().setWhere( getPluralAttributeSource().getWhere() );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user