Project

General

Profile

« Previous | Next » 

Revision ce39165a

Added by Andreas Müller almost 7 years ago

add toString to Source classes

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/remoting/source/CdmPersistentRemoteSource.java
221 221
		if (getName() != null){
222 222
			return getName();
223 223
		}else{
224
			return null;
224
			return super.toString();
225 225
		}
226 226
	}
227 227

  

Also available in: Unified diff