Project

General

Profile

« Previous | Next » 

Revision f41433b9

Added by Alex Theys almost 12 years ago

AT:Committing changes post merge

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/combo/TermComboElement.java
196 196
									+ ", " + term.getUuid());
197 197
				} else {
198 198
					label = "Unknown";
199
					StoreUtil.error(getClass(),
199
					StoreUtil.warn(getClass(),
200 200
							"Representation Label and TitleCache empty for term: "
201
									+ term + ", " + term.getUuid(), null);
201
									+ term + ", " + term.getUuid());
202 202
				}
203 203

  
204 204
			}

Also available in: Unified diff