Project

General

Profile

« Previous | Next » 

Revision 8bdc4275

Added by Patrick Plitzner over 8 years ago

Refactoring type designation gathering according to model change

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientOccurenceService.java
1101 1101
        return defaultService.listTypeDesignations(arg0, arg1, arg2, arg3, arg4);
1102 1102
    }
1103 1103

  
1104
    @Override
1105
    public List<DerivedUnit> getAllChildDerivatives(UUID arg0) {
1106
        return defaultService.getAllChildDerivatives(arg0);
1107
    }
1108

  
1104 1109

  
1105 1110
}

Also available in: Unified diff