mirror of
https://github.com/apache/openjpa.git
synced 2025-02-08 02:59:42 +00:00
OPENJPA-1763: Fix checkstyle error.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@986845 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bf9a1edd69
commit
157c6e689f
@ -689,7 +689,8 @@ public class PersistenceProductDerivation
|
|||||||
}
|
}
|
||||||
super.setInto(conf, null);
|
super.setInto(conf, null);
|
||||||
|
|
||||||
// At this point user properties have been loaded into the configuration. Apply any modifications based off those.
|
// At this point user properties have been loaded into the configuration. Apply any modifications based off
|
||||||
|
// those.
|
||||||
if (conf instanceof OpenJPAConfiguration) {
|
if (conf instanceof OpenJPAConfiguration) {
|
||||||
OpenJPAConfiguration oconf = (OpenJPAConfiguration) conf;
|
OpenJPAConfiguration oconf = (OpenJPAConfiguration) conf;
|
||||||
// If the datacache is enabled, make sure we have a RemoteCommitProvider
|
// If the datacache is enabled, make sure we have a RemoteCommitProvider
|
||||||
|
Loading…
x
Reference in New Issue
Block a user