Project

General

Profile

« Previous | Next » 

Revision 692fd528

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/group/authority/e4/CdmAuthorityEditorE4.java
137 137
	    if(conversation!=null){
138 138
	        conversation.unregisterForDataStoreChanges(this);
139 139
	        conversation.close();
140
	        conversation = null;
140 141
	    }
141 142
		if(input!=null){
142 143
		    input.getCdmEntitySession().dispose();

Also available in: Unified diff