Making inner ConfigurationParser public for reuse.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@557761 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2007-07-19 20:13:32 +00:00
parent 462cf31ed5
commit 0260d8de47
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ public class PersistenceProductDerivation
* SAX handler capable of parsing an JPA persistence.xml file. * SAX handler capable of parsing an JPA persistence.xml file.
* Package-protected for testing. * Package-protected for testing.
*/ */
static class ConfigurationParser public static class ConfigurationParser
extends XMLMetaDataParser { extends XMLMetaDataParser {
private final Map _map; private final Map _map;