1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-01-15 11:25:20 +00:00

Add new comments.

This commit is contained in:
2017-08-05 15:19:39 -07:00
parent 90a0fa2dc7
commit 2381c93fb5
3 changed files with 91 additions and 0 deletions

View File

@@ -146,6 +146,9 @@ public class AbacusController implements PluginListener {
});
}
};
/**
* The thread in which the computation runs.
*/
private Thread calculationThread;
/**