Skip to content
Snippets Groups Projects
Commit 729ef394 authored by jakubs's avatar jakubs
Browse files

BIS-21 SP-106 fix the regression test

SVN: 25608
parent fbf4a08c
No related branches found
No related tags found
No related merge requests found
...@@ -801,5 +801,5 @@ public interface IETLLIMSService extends IServer, ISessionProvider, Conversation ...@@ -801,5 +801,5 @@ public interface IETLLIMSService extends IServer, ISessionProvider, Conversation
*/ */
@Transactional(readOnly = true) @Transactional(readOnly = true)
@RolesAllowed(RoleWithHierarchy.SPACE_ETL_SERVER) @RolesAllowed(RoleWithHierarchy.SPACE_ETL_SERVER)
public Boolean didEntityOperationsSucceed(String token, TechId registrationId); public EntityOperationsState didEntityOperationsSucceed(String token, TechId registrationId);
} }
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