Changeset 6722


Ignore:
Timestamp:
10/30/15 18:50:42 (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/VocabularyEntry.java

    r6714 r6722  
    2323                this.isRegEx = isRegEx;
    2424                this.crossMap = new HashMap<String, String>();
    25                 for(CrossMapping cm: crossMap){
    26                         this.crossMap.put(cm.getFacet(), cm.getValue());
    27                 }
     25                if(crossMap != null)
     26                        for(CrossMapping cm: crossMap){
     27                                this.crossMap.put(cm.getFacet(), cm.getValue());
     28                        }
    2829        }
    2930
Note: See TracChangeset for help on using the changeset viewer.