Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed May 29, 2020
1 parent 28a5c65 commit 9ff9459
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void beforeAnalysis(BeforeAnalysisAccess access) {
Oracle10gDialect.class,
Oracle12cDialect.class);

registerIfPresent(access,"com.microsoft.sqlserver.jdbc.SQLServerDriver",
registerIfPresent(access, "com.microsoft.sqlserver.jdbc.SQLServerDriver",
SQLServerDialect.class,
SQLServer2005Dialect.class,
SQLServer2008Dialect.class,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
import org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl;
import org.hibernate.boot.registry.classloading.spi.ClassLoaderService;
import org.hibernate.bytecode.spi.BytecodeProvider;
import org.hibernate.event.spi.AutoFlushEventListener;
import org.hibernate.event.spi.EventType;
import org.hibernate.hql.internal.ast.HqlToken;
import org.hibernate.hql.internal.ast.tree.*;
Expand Down Expand Up @@ -186,7 +185,8 @@ final class Loggers {
"org.hibernate.event.spi.LoadEventListener[]"
},
accessType = {TypeHint.AccessType.ALL_PUBLIC})
final class Hql {}
final class Hql {
}

// ID Generators
@TypeHint({
Expand Down Expand Up @@ -296,5 +296,4 @@ public Object resolveEntity(String publicID, String systemID, String baseURI, St
throws XMLStreamException {
return null;
}

}
}

0 comments on commit 9ff9459

Please sign in to comment.