OPENJPA-288 committing on behalf of Teresa

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@558073 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2007-07-20 17:50:56 +00:00
parent f12af8d977
commit 99950ad3ff
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class PreparedStatementManagerImpl
protected final DBDictionary _dict;
// track exceptions
private final Collection _exceptions = new LinkedList();
protected final Collection _exceptions = new LinkedList();
/**
* Constructor. Supply connection.