Project

General

Profile

« Previous | Next » 

Revision 16c8837a

Added by Patrick Plitzner over 6 years ago

ref #6925 Set conversation and cdmEntitySession to null for dispose

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/CharacterEditor.java
247 247
    public void dispose(){
248 248
        if(conversation!=null){
249 249
            conversation.close();
250
            conversation = null;
250 251
        }
251 252
        if(cdmEntitySession != null) {
252 253
            cdmEntitySession.dispose();
254
            cdmEntitySession = null;
253 255
        }
254 256
    }
255 257

  

Also available in: Unified diff