mirror of
https://github.com/apache/openjpa.git
synced 2025-03-06 16:39:11 +00:00
OPENJPA-24: Relaxing access to connect() for extensibility.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@576582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
884d6b5460
commit
c8ca563046
@ -154,7 +154,7 @@ public class JMSRemoteCommitProvider
|
||||
connect();
|
||||
}
|
||||
|
||||
private void connect() {
|
||||
protected void connect() {
|
||||
try {
|
||||
Context ctx = newContext();
|
||||
TopicConnectionFactory tcf =
|
||||
|
Loading…
x
Reference in New Issue
Block a user