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.store/src/main/java/eu/etaxonomy/taxeditor/featuretree/e4/FeatureTreeEditor.java
209 209
	public void dispose(){
210 210
        if(conversation!=null){
211 211
            conversation.close();
212
            conversation = null;
212 213
        }
213 214
        if(cdmEntitySession != null) {
214 215
            cdmEntitySession.dispose();
216
            cdmEntitySession = null;
215 217
        }
216 218
	}
217 219

  

Also available in: Unified diff