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:
Richard G. Curtis 2010-08-18 18:34:39 +00:00
parent bf9a1edd69
commit 157c6e689f

View File

@ -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