Project

General

Profile

« Previous | Next » 

Revision 90046bc4

Added by Andreas Müller almost 8 years ago

Remove generics from Reference in cdmlib-model #5830

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/molecular/Sequence.java
601 601

  
602 602
		//citations  //TODO do we really want to copy these ??
603 603
		result.citations = new HashSet<Reference>();
604
		for (Reference<?> ref: this.citations){
604
		for (Reference ref: this.citations){
605 605
			result.citations.add(ref);
606 606
		}
607 607

  

Also available in: Unified diff