diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java.expected b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java.expected
index 7fea046e270a6681fc89c1ef0ec21d04dae944e0..a0e0abf91faf3d4ba677cb69783b774c4975bcdf 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java.expected
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/shared/ICommonServer.java.expected
@@ -284,6 +284,11 @@ public interface ICommonServer extends IServer
     @RolesAllowed(RoleSet.INSTANCE_ADMIN)
     public void registerVocabulary(final String sessionToken, final Vocabulary vocabulary);
 
+    @Transactional
+    @RolesAllowed(RoleSet.INSTANCE_ADMIN)
+    public void addVocabularyTerms(String sessionToken, String vocabularyCode,
+            List<String> vocabularyTerms);
+
     /**
      * Registers new project.
      */