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-ext/src/test/java/eu/etaxonomy/cdm/ext/occurrence/bioCase/BioCaseQueryServiceWrapperTest.java
16 16
import java.io.IOException;
17 17
import java.io.InputStream;
18 18
import java.io.InputStreamReader;
19
import java.net.URI;
20 19
import java.util.HashSet;
21 20
import java.util.Set;
22 21

  
......
24 23
import org.apache.log4j.Logger;
25 24
import org.junit.Test;
26 25

  
26
import eu.etaxonomy.cdm.common.URI;
27 27
import eu.etaxonomy.cdm.common.UriUtils;
28 28
import eu.etaxonomy.cdm.ext.occurrence.OccurenceQuery;
29 29

  

Also available in: Unified diff