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

Add missing comments.

This commit is contained in:
2017-08-07 11:11:41 -07:00
parent 582e4e066c
commit de98169371

View File

@@ -176,6 +176,9 @@ public class AbacusController implements PluginListener {
});
}
};
/**
* The thread that is waiting to pause the calculation.
*/
private Thread computationLimitThread;
/**
* The thread in which the computation runs.