Skip to content

Commit 33f1cfb

Browse files
committed
Fix typo in comment
1 parent e6a7a9d commit 33f1cfb

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/PostgreSqlReactiveInformationExtractorImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ protected <T> T processImportedKeysResultSet(
142142
@Override
143143
protected int dataTypeCode(String typeName) {
144144
// Copied from PostgreSQLDialect.
145-
// Not ideal, but ii should work for now
145+
// Not ideal, but it should work for now
146146
// It would be nice to be able to get the correct code some way
147147
switch ( typeName ) {
148148
case "bool":

0 commit comments

Comments
 (0)