From e59957f7443be6299bceaa6663069f8eee213d26 Mon Sep 17 00:00:00 2001 From: Patrick Schmitz Date: Thu, 12 Nov 2009 21:16:08 +0000 Subject: [PATCH] NOJIRA - Removing some cruft in comments. No functional change. --- .../vocabulary/nuxeo/VocabularyItemDocumentModelHandler.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemDocumentModelHandler.java b/services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemDocumentModelHandler.java index 371ea7832..03c1fb294 100644 --- a/services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemDocumentModelHandler.java +++ b/services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemDocumentModelHandler.java @@ -135,10 +135,6 @@ public class VocabularyItemDocumentModelHandler Iterator iter = docList.iterator(); while(iter.hasNext()){ DocumentModel docModel = iter.next(); - //String parentVocab = (String)docModel.getProperty(getServiceContext().getCommonPartLabel("vocabularyItems"), - // VocabularyItemJAXBSchema.IN_VOCABULARY); - //if( !inVocabulary.equals(parentVocab)) - // continue; VocabularyitemListItem ilistItem = new VocabularyitemListItem(); ilistItem.setDisplayName((String) docModel.getProperty(getServiceContext().getCommonPartLabel("vocabularyItems"), VocabularyItemJAXBSchema.DISPLAY_NAME)); -- 2.47.3