Project

General

Profile

« Previous | Next » 

Revision 89cf1da2

Added by Andreas Müller over 2 years ago

ref #9809 remove first "line" form source reference detail

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/reference/ris/in/RisReferenceImport.java
332 332
        String start = typeTag == null ? "??" : typeTag.location;
333 333
        String end = erTag == null ? "??" : erTag.location;
334 334

  
335
        String result = "line " + CdmUtils.concat(" - ", start, end);
335
        String result = CdmUtils.concat(" - ", start, end);
336 336

  
337 337
        return result;
338 338
    }

Also available in: Unified diff