Skip to content
Snippets Groups Projects
Commit f82b86df authored by buczekp's avatar buczekp
Browse files

fixed regression test

SVN: 12897
parent 65a118aa
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,9 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.ProjectIdentifier; ...@@ -110,6 +110,9 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.ProjectIdentifier;
*/ */
public interface ICommonServer extends IServer public interface ICommonServer extends IServer
{ {
/** Keeps the session with specified token alive. */
public void keepSessionAlive(String sessionToken);
/** /**
* Returns all groups which belong to the specified database instance. * * Returns all groups which belong to the specified database instance. *
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment