mirror of https://github.com/apache/openjpa.git
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:
parent
462cf31ed5
commit
0260d8de47
|
@ -433,7 +433,7 @@ public class PersistenceProductDerivation
|
|||
* SAX handler capable of parsing an JPA persistence.xml file.
|
||||
* Package-protected for testing.
|
||||
*/
|
||||
static class ConfigurationParser
|
||||
public static class ConfigurationParser
|
||||
extends XMLMetaDataParser {
|
||||
|
||||
private final Map _map;
|
||||
|
|
Loading…
Reference in New Issue