HHH-11277 - Fix checkstyle error.

This commit is contained in:
Chris Cranford 2016-11-28 12:25:50 -05:00
parent e75e2d78bd
commit 630d4f96b4
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
package org.hibernate.dialect.pagination;
import java.util.Locale;
import javax.persistence.Entity;
import org.hibernate.engine.spi.RowSelection;