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-io/src/main/java/eu/etaxonomy/cdm/io/dwca/out/DwcaMetaDataRecord.java
8 8
*/
9 9
package eu.etaxonomy.cdm.io.dwca.out;
10 10

  
11
import java.net.URI;
12 11
import java.util.ArrayList;
13 12
import java.util.List;
14 13

  
15 14
import org.apache.log4j.Logger;
16 15

  
16
import eu.etaxonomy.cdm.common.URI;
17

  
17 18
/**
18 19
 * @author a.mueller
19 20
 * @since 20.04.2011

Also available in: Unified diff