Skip to content
Snippets Groups Projects
Commit 23452403 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

iss1007: fix NPE in SPIMComputationAccessor

parent d7d5164d
No related branches found
No related tags found
1 merge request!7Iss1007 provide task infos
......@@ -23,7 +23,7 @@ public class SPIMComputationAccessorDecoratorWithTimeout implements SPIMComputat
set.clear();
}
set.addAll(decorated.getChangedFiles());
return null;
return set;
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment