Project

General

Profile

« Previous | Next » 

Revision 47703

make bulkResourceImporter aware that we might not need to register classpath resources again, step 2: inject the bulkResourceImporter

View differences:

PersistentExistDatabase.java
14 14
import org.apache.commons.io.IOUtils;
15 15
import org.apache.commons.logging.Log;
16 16
import org.apache.commons.logging.LogFactory;
17
import org.springframework.beans.factory.annotation.Autowired;
17 18
import org.springframework.beans.factory.annotation.Required;
18 19

  
19 20
/**
......
49 50
	/**
50 51
	 * bulk importer.
51 52
	 */
53
	@Autowired
52 54
	private BulkResourceImporter bulkImporter;
53 55

  
54 56
	/**

Also available in: Unified diff