From 2886a8ee1d70f2e4df08aa5a32169523b7bc35d9 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Wed, 12 Oct 2011 07:46:31 +0000
Subject: [PATCH] minor: remove warning

SVN: 23294
---
 .../api/v1/GeneralInformationServiceHttpInvokerApiTest.java      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceHttpInvokerApiTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceHttpInvokerApiTest.java
index 918e2eef02b..6311da1fc93 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceHttpInvokerApiTest.java
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/remoteapitest/api/v1/GeneralInformationServiceHttpInvokerApiTest.java
@@ -92,6 +92,7 @@ public class GeneralInformationServiceHttpInvokerApiTest extends
         assertNotNull(dataSets.get(0).getRegistrationDetails().getRegistrationDate());
 
         // vocabularies
+        @SuppressWarnings("deprecation")
         Map<Vocabulary, List<VocabularyTerm>> termMap =
                 generalInformationService.getVocabularyTermsMap(sessionToken);
         ArrayList<Vocabulary> vocabs = new ArrayList<Vocabulary>(termMap.keySet().size());
-- 
GitLab