improve exception handling

This commit is contained in:
Sebastian Sdorra
2011-05-12 19:36:10 +02:00
parent 8c2a383b2b
commit 883b9f1a3c
15 changed files with 486 additions and 146 deletions

View File

@@ -98,9 +98,8 @@ public class ScmClient
*
* @return
*
* @throws ScmClientException
*/
private static ScmClientProvider getProvider() throws ScmClientException
private static ScmClientProvider getProvider()
{
if (provider == null)
{