Changeset 6561


Ignore:
Timestamp:
09/22/15 13:58:26 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.3-oeaw/vlo-importer/src/main/java/eu/clarin/cmdi/vlo/importer/PostProcessorsWithVocabularyMap.java

    r6516 r6561  
    4343                    // load records from file
    4444                        // in the future this should be loaded from CLAVAS directly and the file only used as fallback                 
    45                         InputStream is = PostProcessorsWithVocabularyMap.class.getResourceAsStream(mapUrl);
     45                        InputStream is = PostProcessorsWithVocabularyMap.class.getClassLoader().getResourceAsStream(mapUrl);
    4646                        return VariantsMapMarshaller.unmarshal(is);                     
    4747             } catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.