Project

General

Profile

« Previous | Next » 

Revision 531fc7bc

Added by Andreas Müller almost 8 years ago

Remove generics from Reference in cdmlib (except for cdmlib-model) #5830

View differences:

cdmlib-services/src/test/java/eu/etaxonomy/cdm/api/cache/CdmCacherTest.java
44 44

  
45 45
		// Following test is just to make sure no exception is raised when saving a taxon corresponding
46 46
		// to a taxon name with no name cache to begin with
47
		Reference<?> sec = ReferenceFactory.newDatabase();
47
		Reference sec = ReferenceFactory.newDatabase();
48 48
        referenceService.save(sec);
49 49
		Taxon taxon = Taxon.NewInstance(NonViralName.NewInstance(Rank.SERIES()), sec);
50 50
        taxon.setTitleCache("Tax" + "CdmCacher", true);

Also available in: Unified diff