Project

General

Profile

« Previous | Next » 

Revision 4708

Added by daigle over 15 years ago

Remove the configuration directory from the PropertyService constructor

View differences:

HarvesterRegistration.java
743 743
		dirPath = context.getRealPath(CONFIG_DIR);
744 744

  
745 745
		try {
746
			PropertyService.getInstance(dirPath);
746
			PropertyService.getInstance();
747 747

  
748 748
			dbDriver = PropertyService.getProperty("database.driver");
749 749
			defaultDB = PropertyService.getProperty("database.connectionURI");

Also available in: Unified diff