]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA - Removing some cruft in comments. No functional change.
authorPatrick Schmitz <pschmitz@berkeley.edu>
Thu, 12 Nov 2009 21:16:08 +0000 (21:16 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Thu, 12 Nov 2009 21:16:08 +0000 (21:16 +0000)
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyItemDocumentModelHandler.java

index 371ea783271e9534767c2f69663a49047d91a1c6..03c1fb294ceaa1748a31b6f7d970d4447b12aa26 100644 (file)
@@ -135,10 +135,6 @@ public class VocabularyItemDocumentModelHandler
                Iterator<DocumentModel> 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));