Skip to content

Commit ba7882b

Browse files
committed
#177 - Polishing.
Add this. for field access.
1 parent 6331003 commit ba7882b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/r2dbc/dialect/PostgresDialect.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public Class<?> getArrayType(Class<?> userType) {
8686
typeToUse = typeToUse.getComponentType();
8787
}
8888

89-
if (!simpleTypeHolder.isSimpleType(typeToUse)) {
89+
if (!this.simpleTypeHolder.isSimpleType(typeToUse)) {
9090
throw new IllegalArgumentException("Unsupported array type: " + ClassUtils.getQualifiedName(typeToUse));
9191
}
9292

0 commit comments

Comments
 (0)