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/service/HandlingCdmEntitiesTest.java
387 387
    @Test  //testing of bidirectionality of supplemental data #5743
388 388
    public final void testReferenceWithAnnotationMerge() {
389 389

  
390
        Reference<?> ref = ReferenceFactory.newBook();
390
        Reference ref = ReferenceFactory.newBook();
391 391

  
392 392
        ref.addAnnotation(Annotation.NewDefaultLanguageInstance("ref"));
393 393

  
......
397 397
    @Test //testing of bidirectionality of supplemental data #5743
398 398
    public final void testAnnotationMerge() {
399 399

  
400
        Reference<?> ref = ReferenceFactory.newBook();
400
        Reference ref = ReferenceFactory.newBook();
401 401

  
402 402
        Annotation annotation = Annotation.NewDefaultLanguageInstance("anno");
403 403
        ref.addAnnotation(annotation);

Also available in: Unified diff