Changeset 6724


Ignore:
Timestamp:
10/30/15 19:08:57 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.3-oeaw/vlo-vocabularies/src/main/java/eu/clarin/cmdi/vlo/pojo/VariantsMap.java

    r6714 r6724  
    6969                        if(m.getVariants() != null)
    7070                                for(Variant v: m.getVariants()){                                       
    71                                         VocabularyEntry entry = new VocabularyEntry(v.getValue(), m.getValue(), v.isRegExp(), v.getCrossMappings());
     71                                        map.add(new VocabularyEntry(v.getValue(), m.getValue(), v.isRegExp(), v.getCrossMappings()));
    7272                                }
    7373               
Note: See TracChangeset for help on using the changeset viewer.