Project

General

Profile

« Previous | Next » 

Revision 66665714

Added by Andreas Müller almost 3 years ago

cleanup

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/utils/ImportDeduplicationHelper.java
404 404
        }
405 405
    }
406 406

  
407
    /**
408
     * @param state
409
     * @param combAuthor
410
     * @return
411
     */
412 407
    public <T extends TeamOrPersonBase<?>> T getExistingAuthor(STATE state,
413 408
            T author) {
414 409
        if (author == null){
......
432 427
     * @param author
433 428
     */
434 429
    private <T extends TeamOrPersonBase<?>> void initAuthorTitleCaches(T author) {
435
        //more or less copy from CdmPreDataChangeListener
430
        //NOTE: this is more or less redundant copy from CdmPreDataChangeListener
436 431
        String nomTitle = author.getNomenclaturalTitle();
437 432
        if (author instanceof Team){
438 433
            Team team = (Team)author;

Also available in: Unified diff