mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-15 07:34:57 +00:00
HHH-9803 - Fix compilation erorr: ackage instead of package
This commit is contained in:
parent
bd256e4783
commit
8368f93e0c
@ -5,7 +5,7 @@
|
||||
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
|
||||
*/
|
||||
|
||||
ackage org.hibernate.engine.spi;
|
||||
package org.hibernate.engine.spi;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
|
Loading…
x
Reference in New Issue
Block a user