Project

General

Profile

« Previous | Next » 

Revision 40f4f84c

Added by Andreas Müller over 5 years ago

minor

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/validation/BerlinModelCommonNamesImportValidator.java
56 56
            int count = rs.getInt("n");
57 57
            if (count > 0){
58 58
                System.out.println("========================================================");
59
                System.out.println("There are " + count + " common names that have a name usedInSourceFk = -1.");
59
                System.out.println("There are " + count + " common names that have a nameInSourceFk = -1.");
60 60
                System.out.println("========================================================");
61 61
            }
62 62
            String sql =

Also available in: Unified diff