Project

General

Profile

« Previous | Next » 

Revision 4212

Added by daigle over 15 years ago

Continue to qualify property names

View differences:

DBUtil.java
347 347
    String accnum = null;
348 348
    String sep = ".";
349 349
    try {
350
    	PropertyService.getProperty("accNumSeparator");
350
    	PropertyService.getProperty("document.accNumSeparator");
351 351
    } catch (PropertyNotFoundException pnfe) {
352 352
    	logMetacat.error("could not get property 'accNumSeparator'.  setting to '.': " 
353 353
    			+ pnfe.getMessage());  	
......
446 446
    String accnum = null;
447 447
    String sep = ".";
448 448
    try {
449
    	PropertyService.getProperty("accNumSeparator");
449
    	PropertyService.getProperty("document.accNumSeparator");
450 450
    } catch (PropertyNotFoundException pnfe) {
451 451
    	logMetacat.error("could not get property 'accNumSeparator'.  setting to '.': " 
452 452
    			+ pnfe.getMessage());  	

Also available in: Unified diff