Skip to content
Snippets Groups Projects
Commit 2886a8ee authored by tpylak's avatar tpylak
Browse files

minor: remove warning

SVN: 23294
parent 3e447d1e
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,7 @@ public class GeneralInformationServiceHttpInvokerApiTest extends ...@@ -92,6 +92,7 @@ public class GeneralInformationServiceHttpInvokerApiTest extends
assertNotNull(dataSets.get(0).getRegistrationDetails().getRegistrationDate()); assertNotNull(dataSets.get(0).getRegistrationDetails().getRegistrationDate());
// vocabularies // vocabularies
@SuppressWarnings("deprecation")
Map<Vocabulary, List<VocabularyTerm>> termMap = Map<Vocabulary, List<VocabularyTerm>> termMap =
generalInformationService.getVocabularyTermsMap(sessionToken); generalInformationService.getVocabularyTermsMap(sessionToken);
ArrayList<Vocabulary> vocabs = new ArrayList<Vocabulary>(termMap.keySet().size()); ArrayList<Vocabulary> vocabs = new ArrayList<Vocabulary>(termMap.keySet().size());
......
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