Project

General

Profile

« Previous | Next » 

Revision 4212

Added by daigle over 15 years ago

Continue to qualify property names

View differences:

AccessionNumber.java
58 58
	 */
59 59
	private AccessionNumber() throws AccessionNumberException {
60 60
		try {
61
			this.sitecode = PropertyService.getProperty("sitecode");
62
			this.sep = PropertyService.getProperty("accNumSeparator");
61
			this.sitecode = PropertyService.getProperty("document.sitecode");
62
			this.sep = PropertyService.getProperty("document.accNumSeparator");
63 63
		} catch (PropertyNotFoundException pnfe) {
64 64
			throw new AccessionNumberException("Could not retrieve property "
65 65
					+ "in constructor: " + pnfe.getMessage());

Also available in: Unified diff