HHH-12937 : Remove duplicated line

(cherry picked from commit ae2da95f55)
This commit is contained in:
Gail Badner 2018-08-30 11:42:33 -07:00
parent faabcafa81
commit 8da2daa4f1
1 changed files with 0 additions and 1 deletions

View File

@ -3620,7 +3620,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() );
}
}
}