Ignore:
Timestamp:
12/09/11 20:37:32 (12 years ago)
Author:
vronk
Message:

correcting config-loading / -usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDUTILS/src/eu/clarin/cmdi/mdservice/internal/MDTransformer.java

    r1622 r1649  
    101101
    102102        public Properties getConfig(){
    103                 if (config == null){
    104                          return Utils.getConfig();
     103                if (config == null){ // shouldn't happen  - config should be set by the calling app.
     104                                                        // if not - try to use the default config
     105                         return Utils.getAppConfig("");
    105106                }
    106107                return config;
Note: See TracChangeset for help on using the changeset viewer.