Project

General

Profile

« Previous | Next » 

Revision 97a7cfe2

Added by Andreas Müller almost 6 years ago

cleanup

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/distributionStatus/DistributionTablePresenter.java
320 320
	 * and their children.
321 321
	 */
322 322
	private List<TaxonNode> getAllNodes(){
323
	    boolean includeUnpublished = true;
323
	    boolean includeUnpublished = DistributionEditorUtil.INCLUDE_UNPUBLISHED;
324 324

  
325 325
	    List<TaxonNode> allNodes = new ArrayList<>();
326 326

  

Also available in: Unified diff