1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-06-23 11:17:06 -07:00

Add missing comments.

This commit is contained in:
Danila Fedorin 2017-08-07 11:11:41 -07:00
parent 1cd332b97d
commit 205b73f62c

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.