Project

General

Profile

« Previous | Next » 

Revision 31598149

Added by Andreas Müller almost 2 years ago

ref #10057 fix isEmpty in OriginalSourceBase

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/reference/OriginalSourceBase.java
311 311
	        && isBlank(this.getOriginalInfo())
312 312
	        && isBlank(this.getIdInSource())
313 313
	        && isBlank(this.getIdNamespace())
314
	        && this.accessed == null || this.accessed.isEmpty()
314
	        && (this.accessed == null || this.accessed.isEmpty())
315 315
	        && this.links.isEmpty()
316 316
	        && this.cdmSource == null
317 317
           ;
318 318
	}
319 319

  
320 320
//************************ toString ***************************************/
321

  
321 322
	@Override
322 323
	public String toString(){
323 324
		if (isNotBlank(idInSource) || isNotBlank(idNamespace) ){

Also available in: Unified diff