1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-11-04 18:08:31 -08:00

Add missing javadoc.

This commit is contained in:
Danila Fedorin 2017-08-05 17:29:35 -07:00
parent 71c9f0d141
commit d17a8a9fa7

View File

@ -46,6 +46,8 @@ public class Abacus {
/**
* Creates a new instance of the Abacus calculator.
*
* @param configuration the configuration object for this Abacus instance.
*/
public Abacus(Configuration configuration) {
pluginManager = new PluginManager(this);