Project

General

Profile

« Previous | Next » 

Revision 36a4dfbd

Added by Katja Luther almost 2 years ago

ref #10081: add secNameInSourceSeparator to separator

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/strategy/cache/TagEnum.java
152 152
	 * @return <code>true</code> if type is separator or postSeparator
153 153
	 */
154 154
	public boolean isSeparator(){
155
		return this == separator || this == postSeparator;
155
		return this == separator || this == postSeparator || this == secNameInSourceSeparator;
156 156
	}
157 157
	public boolean isHybridSign(){
158 158
		return this == hybridSign;

Also available in: Unified diff