Project

General

Profile

« Previous | Next » 

Revision 5125b360

Added by Andreas Müller almost 16 years ago

TimePeriod null-Pointer bug

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/TimePeriod.java
298 298
		initStart();
299 299
		if (value == null){
300 300
			start = start.without(type);
301
			return this;
301 302
		}
302 303
		int max = 9999999;
303 304
		if (type.equals(DateTimeFieldType.monthOfYear())){

Also available in: Unified diff