Skip to content

Commit d3698dc

Browse files
committed
[#1598] Fix comment
1 parent cb0a429 commit d3698dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-reactive-core/src/main/java/org/hibernate/reactive/provider/service/NoJdbcEnvironmentInitiator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private static Dialect checkDialect(Dialect dialect) {
9898
private DialectResolutionInfo dialectResolutionInfo() {
9999
ReactiveConnectionPool connectionPool = registry.getService( ReactiveConnectionPool.class );
100100
return connectionPool
101-
// The default SqlExceptionHelper in ORM requires the dialect, but we haven't create a dialect yet
101+
// The default SqlExceptionHelper in ORM requires the dialect, but we haven't created a dialect yet,
102102
// so we need to override it at this stage, or we will have an exception.
103103
.getConnection( new SqlExceptionHelper( true ) )
104104
.thenCompose( DialectBuilder::buildResolutionInfo )

0 commit comments

Comments
 (0)