OPENJPA-1079: Allow connection to be accessed by the client

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@773284 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2009-05-09 23:18:58 +00:00
parent 83bb518d7c
commit 3213665811
1 changed files with 1 additions and 1 deletions

View File

@ -1416,7 +1416,7 @@ public class JDBCStoreManager
* Connection returned to client code. Makes sure its wrapped connection
* ref count is decremented on finalize.
*/
protected abstract static class ClientConnection extends
public abstract static class ClientConnection extends
DelegatingConnection {
private boolean _closed = false;