javadoc
authorAndreas Müller <a.mueller@bgbm.org>
Fri, 1 Oct 2021 06:42:08 +0000 (08:42 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Fri, 1 Oct 2021 06:42:08 +0000 (08:42 +0200)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/handler/AggregationHandler.java

index 1554705146913bff306b8da114bf3e9ce5777fa6..bf271b117cd00bdaca80fd946bf8bdb78b627269 100755 (executable)
@@ -107,9 +107,10 @@ public class AggregationHandler {
         if (open != Window.OK){
             return;
         }
-        UUID monitorUuid =  CdmApplicationState.getLongRunningTasksService().invoke(config);
 
+        //job
         String jobLabel = "Aggregate Descriptive Dataset";
+        UUID monitorUuid =  CdmApplicationState.getLongRunningTasksService().invoke(config);
         Job job = Job.create(jobLabel, (ICoreRunnable) monitor -> {
             SubMonitor subMonitor = SubMonitor.convert(monitor);
             subMonitor.beginTask(jobLabel, IProgressMonitor.UNKNOWN);