Skip to content

Commit 96030a4

Browse files
yrodierembellade
andauthored
Update hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/NameSpaceTablesInformation.java
Co-authored-by: Marco Belladelli <[email protected]>
1 parent e114c0c commit 96030a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/NameSpaceTablesInformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public NameSpaceTablesInformation(IdentifierHelper identifierHelper) {
2222
}
2323

2424
public void addTableInformation(TableInformation tableInformation) {
25-
tables.put(identifierHelper.toMetaDataObjectName( tableInformation.getName().getTableName()), tableInformation);
25+
tables.put( identifierHelper.toMetaDataObjectName( tableInformation.getName().getTableName() ), tableInformation );
2626
}
2727

2828
public TableInformation getTableInformation(Table table) {

0 commit comments

Comments
 (0)