mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-06 19:36:03 +00:00
HHH-18107 fixed package name
This commit is contained in:
parent
ba149a1cdc
commit
00cbec14a6
@ -15,7 +15,7 @@
|
||||
import org.hibernate.engine.jdbc.connections.spi.ConnectionProvider;
|
||||
|
||||
/**
|
||||
* Provides the {@link UCPCPConnectionProvider} to the
|
||||
* Provides the {@link UCPConnectionProvider} to the
|
||||
* {@link org.hibernate.boot.registry.selector.spi.StrategySelector} service.
|
||||
*
|
||||
*/
|
@ -28,7 +28,6 @@
|
||||
|
||||
import org.jboss.logging.Logger;
|
||||
|
||||
import oracle.ucp.UniversalConnectionPoolAdapter;
|
||||
import oracle.ucp.UniversalConnectionPoolException;
|
||||
import oracle.ucp.admin.UniversalConnectionPoolManager;
|
||||
import oracle.ucp.admin.UniversalConnectionPoolManagerImpl;
|
@ -8,4 +8,4 @@
|
||||
/**
|
||||
* Implementation of ConnectionProvider using UCP.
|
||||
*/
|
||||
package org.hibernate.ucp.internal;
|
||||
package org.hibernate.oracleucp.internal;
|
Loading…
x
Reference in New Issue
Block a user