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.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/search/e4/SearchResultViewE4.java
290 290
	public void dispose() {
291 291
		if(conversation!=null){
292 292
		    conversation.close();
293
		    conversation = null;
293 294
		}
294 295
		if(searchJob != null) {
295 296
            searchJob.cancel();

Also available in: Unified diff