Project

General

Profile

« Previous | Next » 

Revision 4173

Added by daigle over 15 years ago

Use qualified properties

View differences:

ContentTypeProvider.java
78 78
  private static String DEFAULTCONTENTTYPE;
79 79
  static {
80 80
		try {
81
			DEFAULTCONTENTTYPE = PropertyService.getProperty("defaultcontenttype");
81
			DEFAULTCONTENTTYPE = PropertyService.getProperty("replication.defaultcontenttype");
82 82
		} catch (PropertyNotFoundException pnfe) {
83 83
			System.err.println("Could not get property DEFAULTCONTENTTYPE:" 
84 84
					+ pnfe.getMessage());

Also available in: Unified diff