Project

General

Profile

« Previous | Next » 

Revision b66bc2e5

Added by Andreas Müller over 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/AbstractCdmDetailElement.java
221 221
		isRelevant &= this instanceof AbstractIdentifiableEntityDetailElement;
222 222

  
223 223
		if (isRelevant) {
224
			((AbstractIdentifiableEntityDetailElement) this)
225
					.updateToggleableCacheField();
224
			((AbstractIdentifiableEntityDetailElement<?>)this).updateToggleableCacheField();
226 225
		}
227 226
	}
228 227

  
229 228
	private void updateParentSection() {
230 229
		if (getParentElement() instanceof AbstractCdmDetailSection) {
231
			((AbstractCdmDetailSection) getParentElement()).updateTitle();
230
			((AbstractCdmDetailSection<?>) getParentElement()).updateTitle();
232 231
		}
233 232
		//NOTE: This slows down the rendering of the details view
234 233
//		StoreUtil.reflowParentScrolledForm(getLayoutComposite(), true);

Also available in: Unified diff