HHH-12937 : Remove duplicated line
This commit is contained in:
parent
3950cf1236
commit
bbd220d48c
|
@ -3712,7 +3712,6 @@ public class ModelBinder {
|
|||
// (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…
Reference in New Issue