Project

General

Profile

« Previous | Next » 

Revision 9f73bcfe

Added by Patrick Plitzner over 5 years ago

Fix potential NPE

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmDataViewerE4.java
160 160
	public void refresh() {
161 161
		showParts();
162 162

  
163
		managedForm.setInput(input);
163
		if(input!=null){
164
		    managedForm.setInput(input);
165
		}
164 166

  
165 167
		managedForm.refresh();
166 168

  

Also available in: Unified diff