Project

General

Profile

« Previous | Next » 

Revision 9141b421

Added by Katja Luther over 6 years ago

reset saveCandidate list after save

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AbstractBulkEditorInput.java
289 289
	public List<T> getSaveCandidates() {
290 290
        return saveCandidates;
291 291
    }
292

  
293
    /**
294
     *
295
     */
296
    public void resetSaveCandidates() {
297
       this.saveCandidates.clear();
298

  
299
    }
292 300
}

Also available in: Unified diff