Project

General

Profile

« Previous | Next » 

Revision 4213

Added by daigle over 15 years ago

qualify xml and eml properties with an xml. prefix

View differences:

DBQuery.java
211 211
     */
212 212
    public DBQuery() throws PropertyNotFoundException
213 213
    {
214
        String parserName = PropertyService.getProperty("saxparser");
214
        String parserName = PropertyService.getProperty("xml.saxparser");
215 215
        this.parserName = parserName;
216 216
    }
217 217

  
......
268 268
    		this.docidOverride.add(docids);
269 269
    	}
270 270
        
271
        String parserName = PropertyService.getProperty("saxparser");
271
        String parserName = PropertyService.getProperty("xml.saxparser");
272 272
        this.parserName = parserName;
273 273
    }
274 274

  

Also available in: Unified diff