Project

General

Profile

« Previous | Next » 

Revision 8422c0cd

Added by Andreas Müller almost 8 years ago

Remove generics from Reference in cdmlib-app #5830

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/edaphobase/EdaphobaseClassificationImport.java
82 82
        ResultSet rs = partitioner.getResultSet();
83 83
        Map<String, Classification> map = partitioner.getObjectMap(CLASSIFICATION_NAMESPACE);
84 84
        Classification classification = map.get(state.getConfig().getClassificationUuid().toString());
85
        Reference<?> sourceReference = state.getTransactionalSourceReference();
85
        Reference sourceReference = state.getTransactionalSourceReference();
86 86

  
87 87
        Set<TaxonBase> taxaToSave = new HashSet<>();
88 88
        try {

Also available in: Unified diff