Skip to content

Commit 499fb95

Browse files
committed
HBX-2888: Remove reference to unused constant 'PersistentIdentifierGenerator.IDENTIFIER_NORMALIZER'
Signed-off-by: Koen Aers <[email protected]>
1 parent 9687f50 commit 499fb95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

orm/src/main/java/org/hibernate/tool/internal/export/hbm/Cfg2HbmTool.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ public static Properties getFilteredIdentifierGeneratorProperties(Properties pro
107107
if (!isDefaultCatalog(catalog, environmentProperties)) {
108108
fProp.put(key, catalog);
109109
}
110-
} else if (! (key.startsWith("target_")
111-
|| key.equals(PersistentIdentifierGenerator.IDENTIFIER_NORMALIZER))) {
110+
} else if (! key.startsWith("target_")) {
112111
fProp.put(key, properties.get(key));
113112
}
114113
}

0 commit comments

Comments
 (0)