OPENJPA-282. Fixed incorrect variable choice.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@570593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2007-08-28 23:05:26 +00:00
parent 3fa609873b
commit 065d3e2f59
1 changed files with 1 additions and 1 deletions

View File

@ -3090,7 +3090,7 @@ public class DBDictionary
* @since 1.1.0
*/
protected boolean supportsDeferredForeignKeyConstraints() {
return supportsUniqueConstraints;
return supportsDeferredConstraints;
}
/**