Project

General

Profile

« Previous | Next » 

Revision cfc9fe89

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/container/AbstractGroupedContainerE4.java
394 394
		return isParsable;
395 395
	}
396 396

  
397
	/**
398
     * @param name
399
     * @return
400
     */
401 397
    private boolean nameAuthorsSet(TaxonName name) {
402 398
       boolean result = true;
403 399
       result &= name.getBasionymAuthorship() == null && name.getCombinationAuthorship() == null && name.getExBasionymAuthorship() == null && name.getExCombinationAuthorship() == null;
404 400
       return result;
405 401
    }
406 402

  
407
    /**
408
     * @param name
409
     * @return
410
     */
411 403
    private boolean nameEpithetsNotSet(TaxonName name) {
412 404
        boolean result = true;
413 405
        result &= name.getGenusOrUninomial() == null && name.getInfraGenericEpithet() == null && name.getSpecificEpithet() == null && name.getInfraSpecificEpithet() == null;

Also available in: Unified diff