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
No related branches found
No related tags found
1 merge request!14Iss1026
...@@ -19,11 +19,10 @@ import cz.it4i.fiji.haas_spim_benchmark.core.TaskComputation; ...@@ -19,11 +19,10 @@ import cz.it4i.fiji.haas_spim_benchmark.core.TaskComputation;
import cz.it4i.fiji.haas_spim_benchmark.core.TaskComputation.Log; import cz.it4i.fiji.haas_spim_benchmark.core.TaskComputation.Log;
import javafx.beans.value.ObservableValue; import javafx.beans.value.ObservableValue;
import javafx.beans.value.ObservableValueBase; import javafx.beans.value.ObservableValueBase;
//TASK: improve performance
public class TaskComputationAdapter implements Closeable { public class TaskComputationAdapter implements Closeable {
@SuppressWarnings("unused") public final static Logger log = LoggerFactory
private static Logger log = LoggerFactory
.getLogger(cz.it4i.fiji.haas_spim_benchmark.ui.TaskComputationAdapter.class); .getLogger(cz.it4i.fiji.haas_spim_benchmark.ui.TaskComputationAdapter.class);
private final TaskComputation computation; 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