Project

General

Profile

« Previous | Next » 

Revision 268abe46

Added by Patrick Plitzner almost 8 years ago

Fix typo

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/redlist/gefaesspflanzen/RedListGefaesspflanzenImportClassification.java
120 120

  
121 121
        if(taxonBaseGL!= null && taxonBaseCL!=null
122 122
                && taxonBaseGL.getUuid().equals(taxonBaseCL.getUuid())){
123
            RedListUtil.logMessage(id, "Same UUID for "+taxonBaseGL+ " (Gesamtliste) and "+taxonBaseCL+" (Checkliste", logger);
123
            RedListUtil.logMessage(id, "Same UUID for "+taxonBaseGL+ " (Gesamtliste) and "+taxonBaseCL+" (Checkliste)", logger);
124 124
        }
125 125
        if(parentGL!=null && parentCL!=null && parentGL.getUuid().equals(parentCL.getUuid())){
126
            RedListUtil.logMessage(id, "Same UUID for "+parentGL+ " (Gesamtliste) and "+parentCL+" (Checkliste", logger);
126
            RedListUtil.logMessage(id, "Same UUID for "+parentGL+ " (Gesamtliste) and "+parentCL+" (Checkliste)", logger);
127 127
        }
128 128
    }
129 129

  

Also available in: Unified diff