Project

General

Profile

« Previous | Next » 

Revision fd334511

Added by Andreas Müller over 5 years ago

ref #3992 remove logging of last scrutiny taxa with no standard PTRefFk

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelTaxonImport.java
185 185
                                logger.warn("Last scrutiny reference "+lastScrutinyFkStr+" could not be found "
186 186
                                        + "for taxon " + taxonId);
187 187
                            }
188
                            if(!StringUtils.right(refFkStr, 5).equals("00000")){
189
                                logger.warn("Unexpected secFk " + refFkStr + " for taxon with last scrutiny. Taxon id " + taxonId);
190
                            }
188
                            //MANs do have last scrutiny => the following is not correct
189
//                            if(!StringUtils.right(refFkStr, 5).equals("00000")){
190
//                                logger.warn("Unexpected secFk " + refFkStr + " for taxon with last scrutiny. Taxon id " + taxonId);
191
//                            }
191 192
                        }
192 193
                    }
193 194
                }

Also available in: Unified diff