Project

General

Profile

« Previous | Next » 

Revision 0e227b90

Added by Andreas Müller almost 3 years ago

ref #6427 add in doc

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/reference/Reference.java
167 167
	@Column(length=4096, name="title")
168 168
	@Lob
169 169
	@Field
170
	@Match(MatchMode.EQUAL_REQUIRED) //TODO correct? was EQUAL_REQUIRED before, but with abbrevTitle this is not realistic anymore
170
	@Match(MatchMode.EQUAL_REQUIRED) //TODO correct? was EQUAL_REQUIRED before, but with abbrevTitle this is not realistic anymore, see also #6427
171 171
    //TODO Val #3379
172 172
//	@NullOrNotEmpty
173 173
	private String title;

Also available in: Unified diff