Project

General

Profile

« Previous | Next » 

Revision 76fe3732

Added by Cherian Mathew over 8 years ago

#5161 Fix problem of new entity not refreshed

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/NameRelationshipEditorInput.java
74 74
	 */
75 75
	/** {@inheritDoc} */
76 76
	@Override
77
	public boolean save(NameRelationship entity) {
77
	public NameRelationship save(NameRelationship entity) {
78 78
		// TODO Auto-generated method stub
79
		return false;
79
		return null;
80 80
	}
81 81

  
82 82
	/* (non-Javadoc)

Also available in: Unified diff