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:
@@ -50,9 +50,7 @@ public interface ScmClientProvider
|
||||
*
|
||||
* @return
|
||||
*
|
||||
* @throws ScmClientException
|
||||
*/
|
||||
public ScmClientSession createSession(String url, String username,
|
||||
String password)
|
||||
throws ScmClientException;
|
||||
String password);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user