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

@@ -50,6 +50,15 @@ import java.io.Closeable;
public interface ScmClientSession extends Closeable
{
/**
* Method description
*
*/
@Override
public void close();
//~--- get methods ----------------------------------------------------------
/**
* Method description
*