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-model/src/main/java/eu/etaxonomy/cdm/model/media/MovieFile.java
9 9

  
10 10
package eu.etaxonomy.cdm.model.media;
11 11

  
12
import java.net.URI;
13

  
14
import org.apache.log4j.Logger;
15
import org.hibernate.envers.Audited;
16

  
17

  
18
import javax.persistence.*;
12
import javax.persistence.Entity;
19 13
import javax.xml.bind.annotation.XmlAccessType;
20 14
import javax.xml.bind.annotation.XmlAccessorType;
21 15
import javax.xml.bind.annotation.XmlElement;
22 16
import javax.xml.bind.annotation.XmlRootElement;
23 17
import javax.xml.bind.annotation.XmlType;
24 18

  
19
import org.apache.log4j.Logger;
20
import org.hibernate.envers.Audited;
21

  
22
import eu.etaxonomy.cdm.common.URI;
23

  
25 24
/**
26 25
 * @author m.doering
27 26
 * @since 08-Nov-2007 13:06:35

Also available in: Unified diff