Project

General

Profile

« Previous | Next » 

Revision 48621fdd

Added by Katja Luther about 7 years ago

fix deletion of new created entities in bulk editor

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/annotatedlineeditor/LineAnnotation.java
14 14
import org.eclipse.jface.text.source.Annotation;
15 15

  
16 16
import eu.etaxonomy.cdm.api.service.config.DeleteConfiguratorBase;
17
import eu.etaxonomy.cdm.api.service.config.NameDeletionConfigurator;
18 17

  
19 18
/**
20 19
 * An <code>Annotation</code> which spans an entire line and holds an object associated
......
40 39
	private boolean markedAsNew;
41 40
	private T mergeTarget;
42 41
	private DeleteConfiguratorBase configurator= null;
42
	private boolean markAsDelete;
43 43

  
44 44

  
45 45
	/**
......
264 264

  
265 265
	public void setDeleteConfigurator(DeleteConfiguratorBase config) {
266 266
		this.configurator = config;
267
		
267

  
268 268
	}
269 269
}

Also available in: Unified diff