Project

General

Profile

« Previous | Next » 

Revision 9b27ee38

Added by Andreas Müller over 13 years ago

reference.uri from String to java.net.Uri (#2150)

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/StrategyBase.java
10 10
package eu.etaxonomy.cdm.strategy;
11 11

  
12 12
import java.io.Serializable;
13
import java.net.URI;
13 14
import java.util.Collection;
14 15
import java.util.UUID;
15 16

  
......
81 82
		if (	fieldType == TimePeriod.class ||
82 83
				fieldType == DateTime.class ||
83 84
				fieldType == LSID.class ||
84
				fieldType == Contact.class
85
				fieldType == Contact.class ||
86
				fieldType == URI.class
85 87
			){
86 88
				return true;
87 89
		}else{

Also available in: Unified diff