Skip to content
Snippets Groups Projects
Commit e663d76e authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

- Name all threads (SCAN-896)

- Better EDT/not EDT work distribution (SCAN-896)
- Better respect of java standards
parent 91247aa2
Branches
No related tags found
No related merge requests found
......@@ -515,7 +515,8 @@ public class TangoDeviceExplorerController extends DataBrowserController {
}
};
new Thread(new FutureTask<>(viewConfigRunnable, null)).start();
new Thread(new FutureTask<>(viewConfigRunnable, null),
"TangoDeviceExplorerController.importViewConfiguration(" + filename + ")").start();
}
public void createDefaultLayout() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment