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:
Pinaki Poddar 2007-09-17 20:47:52 +00:00
parent 884d6b5460
commit c8ca563046
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public class JMSRemoteCommitProvider
connect(); connect();
} }
private void connect() { protected void connect() {
try { try {
Context ctx = newContext(); Context ctx = newContext();
TopicConnectionFactory tcf = TopicConnectionFactory tcf =