Project

General

Profile

« Previous | Next » 

Revision 288109a7

Added by Patrick Plitzner over 5 years ago

ref #6806 Add isDirty() to IE4SavablePart + extract dirty check to util

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/character/CharacterEditor.java
257 257
        dirty.setDirty(false);
258 258
    }
259 259

  
260
    @Override
261
    public boolean isDirty() {
262
        return dirty.isDirty();
263
    }
264

  
260 265
    @PreDestroy
261 266
    public void dispose(){
262 267
        if(conversation!=null){

Also available in: Unified diff