Skip to content

Commit ede640a

Browse files
committed
cleanps in StatefulPersistenceContext
1 parent 7d97bbd commit ede640a

File tree

2 files changed

+99
-104
lines changed

2 files changed

+99
-104
lines changed

hibernate-core/src/main/java/org/hibernate/internal/PersistenceContextLogging.java renamed to hibernate-core/src/main/java/org/hibernate/engine/internal/PersistenceContextLogging.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* SPDX-License-Identifier: Apache-2.0
33
* Copyright Red Hat Inc. and Hibernate Authors
44
*/
5-
package org.hibernate.internal;
5+
package org.hibernate.engine.internal;
66

77
import org.hibernate.Internal;
88
import org.hibernate.internal.log.SubSystemLogging;

0 commit comments

Comments
 (0)