From 94ef5e7a60436b927f16c352851387682e6bcfec Mon Sep 17 00:00:00 2001
From: jakubs <jakubs>
Date: Thu, 8 Nov 2012 09:01:53 +0000
Subject: [PATCH] improve javadoc

SVN: 27550
---
 .../dss/generic/shared/api/internal/v1/ISearchService.java     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/shared/api/internal/v1/ISearchService.java b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/shared/api/internal/v1/ISearchService.java
index bf9d7dc41b9..37586e2e930 100644
--- a/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/shared/api/internal/v1/ISearchService.java
+++ b/datastore_server/source/java/ch/systemsx/cisd/openbis/dss/generic/shared/api/internal/v1/ISearchService.java
@@ -104,7 +104,8 @@ public interface ISearchService
     public List<IMaterialImmutable> listMaterials(MaterialIdentifierCollection identifierCollection);
 
     /**
-     * @return a controlled vocabulary with the given code.
+     * @return a controlled vocabulary with the given code. Returns null if the vocabulary with
+     *         given code is not found.
      */
     public IVocabularyImmutable searchForVocabulary(String code);
 }
-- 
GitLab