Skip to content
Snippets Groups Projects
Commit 8dceb4d1 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Fixed a bug

parent 72281146
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,7 @@ public final class ACManager { // NOCS (Class Data Abstraction Coupling) ...@@ -204,7 +204,7 @@ public final class ACManager { // NOCS (Class Data Abstraction Coupling)
// Create the necessary threads for the analysis // Create the necessary threads for the analysis
final Thread runningThread = new ControllerRunningThread(controller); final Thread runningThread = new ControllerRunningThread(controller);
runningThread.start(); // runningThread.start();
final UpdateDisplaysThread displayThread = new UpdateDisplaysThread(controller.getPluginMap(), modelProject); final UpdateDisplaysThread displayThread = new UpdateDisplaysThread(controller.getPluginMap(), modelProject);
// Put everything into our container // Put everything into our container
......
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