Skip to content

Commit

Permalink
Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stliu committed Feb 9, 2011
2 parents 1479a69 + 117a812 commit 3815ad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ protected String generateSelectVersionString() {
return select.addCondition( rootTableKeyColumnNames, "=?" ).toStatementString();
}

protected boolean[] getPropertyUniqueness() {
public boolean[] getPropertyUniqueness() {
return propertyUniqueness;
}

Expand Down

0 comments on commit 3815ad3

Please sign in to comment.