Project

General

Profile

« Previous | Next » 

Revision f1a25720

Added by Katja Luther over 6 years ago

  • ID f1a25720755daa96e8838a617a660dfced7b9f31
  • Parent 23e50194

first implementation for change from joda time to java8 time

View differences:

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

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

  
17 18
import org.apache.commons.lang.StringUtils;
18 19
import org.apache.log4j.Logger;
19
import org.joda.time.DateTime;
20 20

  
21 21
import eu.etaxonomy.cdm.common.CdmUtils;
22 22
import eu.etaxonomy.cdm.common.DOI;
......
80 80
	 */
81 81
	protected boolean isUserType(Class<?> fieldType) {
82 82
		if (	fieldType == TimePeriod.class ||
83
				fieldType == DateTime.class ||
83
				fieldType == ZonedDateTime.class ||
84 84
				fieldType == LSID.class ||
85 85
				fieldType == Contact.class ||
86 86
				fieldType == URI.class ||

Also available in: Unified diff