added getState method to ScmClientSession

This commit is contained in:
Sebastian Sdorra
2011-05-08 17:10:57 +02:00
parent 342c3988d2
commit 36151318b4
2 changed files with 22 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ package sonia.scm.client;
//~--- non-JDK imports --------------------------------------------------------
import sonia.scm.ScmState;
import sonia.scm.group.Group;
import sonia.scm.repository.Repository;
import sonia.scm.user.User;
@@ -88,6 +89,18 @@ public class JerseyClientSession implements ScmClientSession
throw new UnsupportedOperationException("Not supported yet.");
}
/**
* Method description
*
*
* @return
*/
@Override
public ScmState getState()
{
throw new UnsupportedOperationException("Not supported yet.");
}
/**
* Method description
*