Project

General

Profile

« Previous | Next » 

Revision dccac9cf

Added by Cherian Mathew over 9 years ago

added session manager calls to the polytomous key views

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/key/KeyEditor.java
184 184
	public void dispose() {
185 185
		conversation.unregisterForDataStoreChanges(this);
186 186
		conversation.close();
187
		((PolytomousKeyEditorInput)getEditorInput()).dispose();
187 188
		super.dispose();
188 189
	}
189 190

  
......
221 222
		PolytomousKey key = (PolytomousKey) input.getKey();
222 223
		setPartName(key.getTitleCache());
223 224
	}
225
	
226
	
227

  
224 228
}

Also available in: Unified diff