mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 12:44:49 +00:00
HHH-10972 - Fix checkstyle error
This commit is contained in:
parent
b995d7a70e
commit
fd918c2a6e
@ -208,12 +208,12 @@ private static JpaTargetAndSourceDescriptor buildDatabaseTargetDescriptor(
|
||||
);
|
||||
}
|
||||
|
||||
final ScriptSourceInput scriptSourceInput = includesScripts
|
||||
? Helper.interpretScriptSourceSetting( scriptSourceSetting,
|
||||
serviceRegistry.getService(
|
||||
ClassLoaderService.class ),
|
||||
(String) configurationValues
|
||||
.get( AvailableSettings.HBM2DDL_CHARSET_NAME ) )
|
||||
final ScriptSourceInput scriptSourceInput = includesScripts ?
|
||||
Helper.interpretScriptSourceSetting(
|
||||
scriptSourceSetting,
|
||||
serviceRegistry.getService( ClassLoaderService.class ),
|
||||
(String) configurationValues.get( AvailableSettings.HBM2DDL_CHARSET_NAME )
|
||||
)
|
||||
: null;
|
||||
|
||||
return new JpaTargetAndSourceDescriptor() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user