diff --git a/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/PersistenceProductDerivation.java b/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/PersistenceProductDerivation.java index 5ced345ea..fd6aac2ea 100644 --- a/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/PersistenceProductDerivation.java +++ b/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/PersistenceProductDerivation.java @@ -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