mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
improve exception handling
This commit is contained in:
@@ -98,9 +98,8 @@ public class ScmClient
|
||||
*
|
||||
* @return
|
||||
*
|
||||
* @throws ScmClientException
|
||||
*/
|
||||
private static ScmClientProvider getProvider() throws ScmClientException
|
||||
private static ScmClientProvider getProvider()
|
||||
{
|
||||
if (provider == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user