From 301ed95dd9c40029e1ac59a166cae98b39ad25f9 Mon Sep 17 00:00:00 2001 From: gpawel <gpawel> Date: Tue, 2 Oct 2012 12:09:12 +0000 Subject: [PATCH] BIS-178 Metaprojects: persistence layer and public API (fixing annotations) SVN: 26937 --- .../server/api/v1/GeneralInformationChangingService.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/api/v1/GeneralInformationChangingService.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/api/v1/GeneralInformationChangingService.java index e647b8b4f26..50a65424eb6 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/api/v1/GeneralInformationChangingService.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/server/api/v1/GeneralInformationChangingService.java @@ -227,8 +227,6 @@ public class GeneralInformationChangingService extends return result; } - @Transactional(readOnly = false) - @RolesAllowed(RoleWithHierarchy.SPACE_USER) @Override public int getMajorVersion() { -- GitLab