mirror of https://github.com/apache/openjpa.git
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);
|
||||
|
||||
// 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) {
|
||||
OpenJPAConfiguration oconf = (OpenJPAConfiguration) conf;
|
||||
// If the datacache is enabled, make sure we have a RemoteCommitProvider
|
||||
|
|
Loading…
Reference in New Issue