Skip to content

Commit

Permalink
HHH-2394 Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rworsnop authored and stliu committed Jul 12, 2012
1 parent 542bc5c commit 82c99cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -28,11 +28,8 @@
import java.util.List;
import java.util.Map;

import org.hibernate.dialect.Dialect;
import org.hibernate.dialect.function.SQLFunctionRegistry;
import org.hibernate.engine.spi.SessionFactoryImplementor;
import org.hibernate.internal.util.StringHelper;
import org.hibernate.mapping.Table;
import org.hibernate.sql.Template;

/**
Expand Down
Expand Up @@ -81,7 +81,6 @@
import org.hibernate.id.insert.Binder;
import org.hibernate.id.insert.InsertGeneratedIdentifierDelegate;
import org.hibernate.internal.CoreMessageLogger;
import org.hibernate.internal.FilterAliasGenerator;
import org.hibernate.internal.FilterConfiguration;
import org.hibernate.internal.FilterHelper;
import org.hibernate.internal.util.StringHelper;
Expand Down

0 comments on commit 82c99cc

Please sign in to comment.