Project

General

Profile

« Previous | Next » 

Revision feb7a534

Added by Patrick Plitzner over 9 years ago

  • temporarily commented compile errors

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/derivateSearch/DerivateLabelProvider.java
269 269
                if(sequence!=null && sequence.getDnaMarker()!=null){
270 270
                    label += sequence.getDnaMarker()+separator;
271 271
                }
272
                if(singleRead.getAmplification()!=null && singleRead.getAmplification().getDescription()!=null){
273
                    label += singleRead.getAmplification().getDescription()+separator;
274
                }
272
//                if(singleRead.getAmplification()!=null && singleRead.getAmplification().getDescription()!=null){
273
//                    label += singleRead.getAmplification().getDescription()+separator;
274
//                }
275 275
            }
276 276
        }
277 277
        //SOOB

Also available in: Unified diff