Changeset 6727


Ignore:
Timestamp:
11/02/15 09:37:48 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

EntryMap? gets trimmed values

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

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