Project

General

Profile

« Previous | Next » 

Revision 1103732d

Added by Katja Luther almost 8 years ago

minor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/TaxonNodeSelectionDialog.java
152 152

  
153 153
		//FIXME prelim
154 154
		pattern = pattern + "*";
155
		model = CdmStore.getService(IClassificationService.class).getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(selectedClassification.getUuid(), excludeTaxa, limitOfInitialElements, pattern);
155
		model = CdmStore.getService(IClassificationService.class).getTaxonNodeUuidAndTitleCacheOfAcceptedTaxaByClassification(selectedClassification.getUuid(),  limitOfInitialElements, pattern);
156 156
	}
157 157

  
158 158
	/** {@inheritDoc} */

Also available in: Unified diff