mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
improve exception handling
This commit is contained in:
@@ -83,10 +83,9 @@ public class JerseyClientSession implements ScmClientSession
|
||||
* Method description
|
||||
*
|
||||
*
|
||||
* @throws IOException
|
||||
*/
|
||||
@Override
|
||||
public void close() throws IOException
|
||||
public void close()
|
||||
{
|
||||
if (logger.isInfoEnabled())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user