Project

General

Profile

« Previous | Next » 

Revision a784f00f

Added by Katja Luther about 14 years ago

merge cate-development2 branch with trunk

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/description/DescriptionElementBase.java
507 507
		}
508 508
	}
509 509
	
510
	@Override
511
	public Object clone() throws CloneNotSupportedException{
512
		DescriptionElementBase result = (DescriptionElementBase)super.clone();
513
		
514
		return result;
515
	}
516
	
510 517
	/**
511 518
	 * Clones this original source and sets the clones sourced object to 'sourceObj'
512 519
	 * @see java.lang.Object#clone()

Also available in: Unified diff