revert the last commit of this file
authorKatja Luther <k.luther@bgbm.org>
Mon, 23 May 2016 11:21:34 +0000 (13:21 +0200)
committerKatja Luther <k.luther@bgbm.org>
Mon, 23 May 2016 12:53:11 +0000 (14:53 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/PolytomousKeySelectionDialog.java

index 8accc6c3db16764732fa59db81ddcdf45a788dda..3a31d6fc942726572538fb2f799ffd3feffd5da4 100644 (file)
@@ -61,7 +61,7 @@ public class PolytomousKeySelectionDialog extends
         */
        @Override
        protected void initModel() {
-               model = CdmStore.getService(IPolytomousKeyService.class).getUuidAndTitleCache(null, null);
+               model = CdmStore.getService(IPolytomousKeyService.class).getUuidAndTitleCache();
        }
 
        /* (non-Javadoc)