Project

General

Profile

« Previous | Next » 

Revision 3443c007

Added by Andreas Müller about 7 years ago

ref #6754 ref #6755 improve filtering and progress monitoring for DwCA export

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/dwca/out/DwcaDescriptionExport.java
150 150

  
151 151

  
152 152
	@Override
153
	protected boolean isIgnore(DwcaTaxExportState state) {
154
		return ! state.getConfig().isDoDescription();
153
	public boolean isIgnore(DwcaTaxExportState state) {
154
		return ! state.getConfig().isDoDescriptions();
155 155
	}
156 156

  
157 157
}

Also available in: Unified diff