Polishing.

Removing final on local variable.

See #1065
Original pull request #1085
This commit is contained in:
Jens Schauder
2021-11-17 15:56:04 +01:00
parent 2fc35f4ced
commit 4ef014246b

View File

@@ -216,7 +216,7 @@ public class PostgresDialect extends AbstractDialect {
public Set<Class<?>> simpleTypes() {
Set<Class<?>> simpleTypes = new HashSet<>();
final List<String> simpleTypeNames = Arrays.asList( //
List<String> simpleTypeNames = Arrays.asList( //
"org.postgresql.util.PGobject", //
"org.postgresql.geometric.PGpoint", //
"org.postgresql.geometric.PGbox", //