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

FUTURE: suggestion for speed improvement

parent 0554b853
Branches
Tags
1 merge request!14Iss1026
......@@ -19,11 +19,10 @@ import cz.it4i.fiji.haas_spim_benchmark.core.TaskComputation;
import cz.it4i.fiji.haas_spim_benchmark.core.TaskComputation.Log;
import javafx.beans.value.ObservableValue;
import javafx.beans.value.ObservableValueBase;
//TASK: improve performance
public class TaskComputationAdapter implements Closeable {
@SuppressWarnings("unused")
private static Logger log = LoggerFactory
public final static Logger log = LoggerFactory
.getLogger(cz.it4i.fiji.haas_spim_benchmark.ui.TaskComputationAdapter.class);
private final TaskComputation computation;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment