#177 - Polishing.

Add this. for field access.
This commit is contained in:
Mark Paluch
2019-09-11 16:41:55 +02:00
parent 63310031cb
commit ba7882ba7b

View File

@@ -86,7 +86,7 @@ public class PostgresDialect extends org.springframework.data.relational.core.di
typeToUse = typeToUse.getComponentType();
}
if (!simpleTypeHolder.isSimpleType(typeToUse)) {
if (!this.simpleTypeHolder.isSimpleType(typeToUse)) {
throw new IllegalArgumentException("Unsupported array type: " + ClassUtils.getQualifiedName(typeToUse));
}