mirror of https://github.com/apache/openjpa.git
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:
parent
3fa609873b
commit
065d3e2f59
|
@ -3090,7 +3090,7 @@ public class DBDictionary
|
||||||
* @since 1.1.0
|
* @since 1.1.0
|
||||||
*/
|
*/
|
||||||
protected boolean supportsDeferredForeignKeyConstraints() {
|
protected boolean supportsDeferredForeignKeyConstraints() {
|
||||||
return supportsUniqueConstraints;
|
return supportsDeferredConstraints;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue