Revision a4854e75
Added by Patrick Plitzner about 7 years ago
app-import/src/main/java/eu/etaxonomy/cdm/io/redlist/gefaesspflanzen/RedListGefaesspflanzenImportClassification.java | ||
---|---|---|
214 | 214 |
|
215 | 215 |
if(taxon!=null){//not all taxa exist in these classifications |
216 | 216 |
taxon.setSec(classification.getReference()); |
217 |
taxon.setTitleCache(null);//Reset title cache to reflect sec ref in title
|
|
217 |
taxon.setTitleCache(null);//Reset title cache to see sec ref in title
|
|
218 | 218 |
classification.addChildTaxon(taxon, null, null); |
219 | 219 |
} |
220 | 220 |
} |
Also available in: Unified diff
#5448 typo