Revision 548ab65b
Added by Katja Luther over 5 years ago
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/e4/TaxonNavigatorE4.java | ||
---|---|---|
400 | 400 |
dataChangeBehavior = null; |
401 | 401 |
if (conversation != null) { |
402 | 402 |
conversation.unregisterForDataStoreChanges(this); |
403 |
conversation = null;
|
|
403 |
conversation.close();
|
|
404 | 404 |
} |
405 | 405 |
if(cdmEntitySession != null) { |
406 | 406 |
cdmEntitySession.dispose(); |
Also available in: Unified diff
close conversation in taxonnavigator in dispose