Possible fix for http://www.nabble.com/InstantiationException-in-latest-OpenJPA-build-tp15799949p15799949.html, which seems to be caused by an attempt to reflectively instantiate a ClassResolverImpl. I've done zero research into how this regression made its way into the codebase, and have not created a test case.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@633326 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2008-03-03 23:41:17 +00:00
parent 64402ea7da
commit 1b76c6df24
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ public class PersistenceUnitInfoImpl
/**
* Simple class resolver built around the persistence unit loader.
*/
private static class ClassResolverImpl
public static class ClassResolverImpl
implements ClassResolver {
private final ClassLoader _loader;