Project

General

Profile

« Previous | Next » 

Revision 1f73c25d

Added by Andreas Müller about 12 years ago

update url method for vibrant imports

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/vibrant/IopiActivator.java
160 160
		config.setNomenclaturalCode(nomenclaturalCode);
161 161

  
162 162
		try {
163
			Method makeUrlMethod = MclActivator.class.getDeclaredMethod("makeUrlForTaxon", TaxonBase.class, ResultSet.class);
163
			Method makeUrlMethod = this.getClass().getDeclaredMethod("makeUrlForTaxon", TaxonBase.class, ResultSet.class);
164 164
			config.setMakeUrlForTaxon(makeUrlMethod);
165 165
		} catch (Exception e) {
166 166
			e.printStackTrace();

Also available in: Unified diff