Project

General

Profile

« Previous | Next » 

Revision de8249cf

Added by Andreas Müller over 3 years ago

ref #9114 add URI Wrapper and replace all java.net.URI occurrences by the wrapper in cdmlib

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/dto/ReferenceDTO.java
8 8
*/
9 9
package eu.etaxonomy.cdm.api.service.dto;
10 10

  
11
import java.net.URI;
12 11
import java.util.UUID;
13 12

  
14 13
import eu.etaxonomy.cdm.common.DOI;
14
import eu.etaxonomy.cdm.common.URI;
15 15
import eu.etaxonomy.cdm.model.common.VerbatimTimePeriod;
16 16
import eu.etaxonomy.cdm.model.reference.Reference;
17 17
import eu.etaxonomy.cdm.ref.TypedEntityReference;

Also available in: Unified diff