code cleaning
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / dialog / selection / PersonSelectionDialog.java
index 8ed3a869780cd268fc62a305b4df1e03de0394d6..4845c0f7a0746cc6c64304877966bbb3797f9161 100644 (file)
@@ -78,7 +78,6 @@ public class PersonSelectionDialog extends
        /** {@inheritDoc} */
        @Override
        protected void callService(String pattern) {
-               //model = (List)CdmStore.getService(IAgentService.class).getUuidAndAbbrevTitleCache(Person.class, limitOfInitialElements, pattern);
                model = CdmStore.getService(IAgentService.class).getUuidAndTitleCache(Person.class, limitOfInitialElements, pattern);
        }