mirror of https://github.com/apache/openjpa.git
Returned initialize() to be public (which was made package-private in r597155 for some reason)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@599230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
55720f220b
commit
1928eeb611
|
@ -264,7 +264,7 @@ public class BrokerImpl
|
|||
* @param fromDeserialization whether this call happened because of a
|
||||
* deserialization or creation of a new BrokerImpl.
|
||||
*/
|
||||
void initialize(AbstractBrokerFactory factory,
|
||||
public void initialize(AbstractBrokerFactory factory,
|
||||
DelegatingStoreManager sm, boolean managed, int connMode,
|
||||
boolean fromDeserialization) {
|
||||
_initializeWasInvoked = true;
|
||||
|
|
Loading…
Reference in New Issue