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

fixed regression test strict expectations

SVN: 12898
parent f82b86df
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,8 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.ProjectIdentifier;
public interface ICommonServer extends IServer
{
/** Keeps the session with specified token alive. */
@Transactional(readOnly = true)
@RolesAllowed
public void keepSessionAlive(String sessionToken);
/**
......
......@@ -111,6 +111,8 @@ import ch.systemsx.cisd.openbis.generic.shared.dto.identifier.ProjectIdentifier;
public interface ICommonServer extends IServer
{
/** Keeps the session with specified token alive. */
@Transactional(readOnly = true)
@RolesAllowed
public void keepSessionAlive(String sessionToken);
/**
......
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