Skip to content

Commit 9ff9459

Browse files
committed
Checkstyle
1 parent 28a5c65 commit 9ff9459

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

hibernate-jpa/src/main/java/io/micronaut/configuration/hibernate/jpa/graal/HibernateFeature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void beforeAnalysis(BeforeAnalysisAccess access) {
4747
Oracle10gDialect.class,
4848
Oracle12cDialect.class);
4949

50-
registerIfPresent(access,"com.microsoft.sqlserver.jdbc.SQLServerDriver",
50+
registerIfPresent(access, "com.microsoft.sqlserver.jdbc.SQLServerDriver",
5151
SQLServerDialect.class,
5252
SQLServer2005Dialect.class,
5353
SQLServer2008Dialect.class,

hibernate-jpa/src/main/java/io/micronaut/configuration/hibernate/jpa/graal/HibernateSubstitutions.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
import org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl;
4444
import org.hibernate.boot.registry.classloading.spi.ClassLoaderService;
4545
import org.hibernate.bytecode.spi.BytecodeProvider;
46-
import org.hibernate.event.spi.AutoFlushEventListener;
4746
import org.hibernate.event.spi.EventType;
4847
import org.hibernate.hql.internal.ast.HqlToken;
4948
import org.hibernate.hql.internal.ast.tree.*;
@@ -186,7 +185,8 @@ final class Loggers {
186185
"org.hibernate.event.spi.LoadEventListener[]"
187186
},
188187
accessType = {TypeHint.AccessType.ALL_PUBLIC})
189-
final class Hql {}
188+
final class Hql {
189+
}
190190

191191
// ID Generators
192192
@TypeHint({
@@ -296,5 +296,4 @@ public Object resolveEntity(String publicID, String systemID, String baseURI, St
296296
throws XMLStreamException {
297297
return null;
298298
}
299-
300-
}
299+
}

0 commit comments

Comments
 (0)