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

null is not supported

parent 6f5022ab
No related branches found
No related tags found
No related merge requests found
......@@ -97,9 +97,6 @@ public class BenchmarkJobManager {
}
public synchronized CompletableFuture<JobState> getStateAsync(Executor executor) {
if(executor == null) {
return CompletableFuture.completedFuture(null);
}
if(running != null) {
return running;
}
......
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