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

@@ -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())
{