Skip to content

Commit 8368f93

Browse files
committed
HHH-9803 - Fix compilation erorr: ackage instead of package
1 parent bd256e4 commit 8368f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/test/java/org/hibernate/engine/spi/ExtraStateTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
66
*/
77

8-
ackage org.hibernate.engine.spi;
8+
package org.hibernate.engine.spi;
99

1010
import static org.junit.Assert.assertEquals;
1111
import static org.junit.Assert.assertNotNull;

0 commit comments

Comments
 (0)