From: Patrick Schmitz Date: Thu, 12 Nov 2009 21:16:08 +0000 (+0000) Subject: NOJIRA - Removing some cruft in comments. No functional change. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=e59957f7443be6299bceaa6663069f8eee213d26;p=tmp%2Fjakarta-migration.git NOJIRA - Removing some cruft in comments. No functional change. --- 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));