Polishing.
Removing final on local variable. See #1065 Original pull request #1085
This commit is contained in:
@@ -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", //
|
||||
|
||||
Reference in New Issue
Block a user