mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
remove unnecessary null check
This commit is contained in:
@@ -140,10 +140,7 @@ public final class ScmConfigurationUtil
|
||||
loadedConfig.setProxyPassword(password);
|
||||
}
|
||||
|
||||
if (loadedConfig != null)
|
||||
{
|
||||
configuration.load(loadedConfig);
|
||||
}
|
||||
configuration.load(loadedConfig);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user