Project

General

Profile

« Previous | Next » 

Revision be4d3325

Added by Andreas Müller about 5 years ago

cleanup

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/EnumeratedTermVoc.java
112 112
//******************* DELEGATE CLASS NETHODS ************************
113 113

  
114 114

  
115
	public static <S extends IEnumTerm<?>> IEnumTerm<?> addTerm(Class<? extends IEnumTerm<?>> clazz, S term, UUID uuid, String defaultString, String key, S parent){
115
	public static <S extends IEnumTerm<?>> IEnumTerm addTerm(Class<? extends IEnumTerm<?>> clazz, S term, UUID uuid, String defaultString, String key, S parent){
116 116
		if (vocsMap.get(clazz) == null){
117 117
			vocsMap.put(clazz, new EnumeratedTermVoc<>());
118 118
		}

Also available in: Unified diff