Project

General

Profile

« Previous | Next » 

Revision e3ec8207

Added by Patrick Plitzner about 6 years ago

ref #7268 Fix potential NPE

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/menu/NameRelationshipTypeMenuPreferences.java
46 46
	@Override
47 47
	public Control createContents(Composite parent) {
48 48
		Control container = super.createContents(parent);
49
		getTableViewer().setLabelProvider(new NameRelationLabelProvider());
49
		tableViewer.setLabelProvider(new NameRelationLabelProvider());
50 50
		return container;
51 51
	}
52 52

  

Also available in: Unified diff