mirror of https://github.com/apache/openjpa.git
OPENJPA-2057:remove wrong import
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1426575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
56925f515f
commit
2e9e9e2973
|
@ -29,7 +29,6 @@ import java.util.Set;
|
|||
import org.apache.openjpa.lib.log.Log;
|
||||
import org.apache.openjpa.lib.log.LogFactory;
|
||||
import org.apache.openjpa.lib.util.Closeable;
|
||||
import org.apache.openjpa.persistence.PersistenceProviderImpl;
|
||||
|
||||
/**
|
||||
* Interface for generic configuration objects. Includes the ability
|
||||
|
@ -267,7 +266,7 @@ public interface Configuration
|
|||
* the user class loader.
|
||||
*
|
||||
* @param loader a class loader to load custom plugin values
|
||||
* @see PersistenceProviderImpl#createEntityManagerFactory(String, Map)
|
||||
* @see PersistenceProviderImpl.createEntityManagerFactory(String, Map)
|
||||
* @since 2.3.0
|
||||
*/
|
||||
void setUserClassLoader(ClassLoader loader);
|
||||
|
|
Loading…
Reference in New Issue