mirror of https://github.com/apache/openjpa.git
Fixing incorrect return value.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@574285 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d022b18ad5
commit
cd66165d76
|
@ -3213,7 +3213,7 @@ public class DBDictionary
|
|||
* @since 1.1.0
|
||||
*/
|
||||
protected boolean supportsDeferredUniqueConstraints() {
|
||||
return supportsUniqueConstraints;
|
||||
return supportsDeferredConstraints;
|
||||
}
|
||||
|
||||
/////////////////////
|
||||
|
|
Loading…
Reference in New Issue