Project

General

Profile

« Previous | Next » 

Revision 27d23ab7

Added by Patrick Plitzner about 8 years ago

Refactor use of CdmUtils

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/redlist/gefaesspflanzen/RedListGefaesspflanzenImportAuthor.java
84 84
            while(rs.next()){
85 85
                String authorName = rs.getString(columnName);
86 86
                TeamOrPersonBase teamOrPerson = null;
87
                if(!CdmUtils.isBlank(authorName)){
87
                if(CdmUtils.isNotBlank(authorName)){
88 88
                    makePerson(state, authorName);
89 89
                }
90 90
            }

Also available in: Unified diff