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:
Pinaki Poddar 2012-12-28 16:48:19 +00:00
parent 56925f515f
commit 2e9e9e2973
1 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,6 @@ import java.util.Set;
import org.apache.openjpa.lib.log.Log; import org.apache.openjpa.lib.log.Log;
import org.apache.openjpa.lib.log.LogFactory; import org.apache.openjpa.lib.log.LogFactory;
import org.apache.openjpa.lib.util.Closeable; import org.apache.openjpa.lib.util.Closeable;
import org.apache.openjpa.persistence.PersistenceProviderImpl;
/** /**
* Interface for generic configuration objects. Includes the ability * Interface for generic configuration objects. Includes the ability
@ -267,7 +266,7 @@ public interface Configuration
* the user class loader. * the user class loader.
* *
* @param loader a class loader to load custom plugin values * @param loader a class loader to load custom plugin values
* @see PersistenceProviderImpl#createEntityManagerFactory(String, Map) * @see PersistenceProviderImpl.createEntityManagerFactory(String, Map)
* @since 2.3.0 * @since 2.3.0
*/ */
void setUserClassLoader(ClassLoader loader); void setUserClassLoader(ClassLoader loader);