ref #7980 reduce minFreeHeap for aggregation
[cdmlib.git] / cdmlib-services / src / main / java / eu / etaxonomy / cdm / api / service / PolytomousKeyServiceImpl.java
index f3b77fc2e1d16b2d9c05310f916575b4755e51a0..14c15247f2656446c249d46e133cac81d203f6d0 100644 (file)
@@ -56,11 +56,11 @@ public class PolytomousKeyServiceImpl extends IdentifiableServiceBase<Polytomous
        }\r
 \r
        @Override\r
-       public void updateCaches(Class<? extends PolytomousKey> clazz, Integer stepSize, IIdentifiableEntityCacheStrategy<PolytomousKey> cacheStrategy, IProgressMonitor monitor) {\r
+       public UpdateResult updateCaches(Class<? extends PolytomousKey> clazz, Integer stepSize, IIdentifiableEntityCacheStrategy<PolytomousKey> cacheStrategy, IProgressMonitor monitor) {\r
                if (clazz == null){\r
                        clazz = PolytomousKey.class;\r
                }\r
-               super.updateCachesImpl(clazz, stepSize, cacheStrategy, monitor);\r
+               return super.updateCachesImpl(clazz, stepSize, cacheStrategy, monitor);\r
        }\r
 \r
        @Override\r