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
1 changed files with 2 additions and 1 deletions

View File

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