HHH-9803 - Fix compilation erorr: ackage instead of package

This commit is contained in:
Andrea Boriero 2015-05-19 12:01:39 +01:00
parent bd256e4783
commit 8368f93e0c
1 changed files with 1 additions and 1 deletions

View File

@ -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;