Project

General

Profile

« Previous | Next » 

Revision 4212

Added by daigle over 15 years ago

Continue to qualify property names

View differences:

RelationHandler.java
219 219
				rev = rs.getInt(2);
220 220
				String sep = ".";
221 221
				try {
222
					sep = PropertyService.getProperty("accNumSeparator");
222
					sep = PropertyService.getProperty("document.accNumSeparator");
223 223
				} catch (PropertyNotFoundException pnfe) {
224 224
					logMetacat.error("Could not find account separator.  Setting to '.': " + pnfe.getMessage());
225 225
				}

Also available in: Unified diff