Project

General

Profile

« Previous | Next » 

Revision 19c39bf4

Added by Cherian Mathew over 8 years ago

#5029 Implement oneclick login for remoting

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/TaxonNavigator.java
391 391
		if(cdmEntitySession != null) {
392 392
		    cdmEntitySession.dispose();
393 393
		}
394
		CdmApplicationState.getCurrentDataChangeService().unregister(this);
394
		if(CdmApplicationState.getCurrentDataChangeService() != null) {
395
		    CdmApplicationState.getCurrentDataChangeService().unregister(this);
396
		}
395 397
	}
396 398

  
397 399
	/*

Also available in: Unified diff