AT: committing changes to the TaxEditor Post second round of code review
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / combo / TermComboElement.java
index b1f089c5dbb8f791c645e9e8415329ba0bc11531..17e8eb8e8c7aa2c648ded5fd011eb26c6ca9cd6f 100644 (file)
@@ -191,9 +191,9 @@ public class TermComboElement<T extends DefinedTermBase>
                        if (label == null) {
                                if (term.getTitleCache() != null) {
                                        label = term.getTitleCache();
-                                       //StoreUtil.warn(getClass(),
-                                       //              "Term does not have a representation: " + term
-                                       //                              + ", " + term.getUuid());
+                                       StoreUtil.warn(getClass(),
+                                                       "Term does not have a representation: " + term
+                                                                       + ", " + term.getUuid());
                                } else {
                                        label = "Unknown";
                                        StoreUtil.error(getClass(),